aboutsummaryrefslogtreecommitdiffstats
path: root/observer_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'observer_test.py')
-rw-r--r--observer_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/observer_test.py b/observer_test.py
index 26a963a..b339b4a 100644
--- a/observer_test.py
+++ b/observer_test.py
@@ -1,6 +1,6 @@
from mojo.events import addObserver
-class EqualizeSidebearings:
+class EqualizeSidebearings(object):
def __init__(self):
addObserver(self, 'center', 'spaceCenterKeyUp')