Make all classes subclass from object

This commit is contained in:
Bruno Oliveira
2018-06-03 16:10:24 -03:00
parent 98ae25c12c
commit fd2e8a6711
6 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1 @@
Make all classes subclass from ``object`` and fix ``super()`` call in ``LoadFileScheduling``;