This commit is contained in:
Andreas Preikschat 2013-07-18 21:44:28 +02:00
parent cd91e4dcbf
commit e93a59e83a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Display(QtGui.QGraphicsView):
Constructor Constructor
""" """
if live: if live:
super(Display, sef).__init__() super(Display, self).__init__()
# Overwrite the parent() method. # Overwrite the parent() method.
self.parent = lambda: parent self.parent = lambda: parent
else: else: