Skip to content

Commit 77f9a6c

Browse files
committed
fix new style super constructor
1 parent 832ee97 commit 77f9a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buttleofx/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
class EventFilter(QtCore.QObject):
8383
def __init__(self, app, engine):
84-
QtCore.QObject.__init(self)
84+
QtCore.QObject.__init__(self)
8585
self.mainApp = app
8686
self.mainEngine = engine
8787
self.buttleData = globalButtleData

0 commit comments

Comments
 (0)