CURA-4525 some cleanup and comments

This commit is contained in:
Jack Ha 2017-11-14 14:48:51 +01:00
parent bd8aa8d989
commit f6c7ffac11
6 changed files with 6 additions and 25 deletions

View file

@ -11,6 +11,7 @@ from PyQt5.QtWidgets import QApplication
from UM.Preferences import Preferences
## Keep track of all objects in the project
class ObjectManager(ListModel):
def __init__(self):
super().__init__()