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
"""
if live:
super(Display, sef).__init__()
super(Display, self).__init__()
# Overwrite the parent() method.
self.parent = lambda: parent
else: