summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 07f1adbd4..de3ebe9ef 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -115,7 +115,7 @@ installSteps = [
("complete", ),
]
-class Dispatcher:
+class Dispatcher(object):
def gotoPrev(self):
self._setDir(DISPATCH_BACK)