Codestyle

This commit is contained in:
Jaime van Kessel 2016-12-06 14:28:25 +01:00
parent 2cf82d1b0b
commit 9f13338c17
3 changed files with 26 additions and 22 deletions

View file

@ -3,6 +3,7 @@ from UM.Application import Application
import LayerView
class LayerViewProxy(QObject):
def __init__(self, parent = None):
super().__init__(parent)