summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-09-19 18:35:16 +0000
committerChris Lumens <clumens@redhat.com>2007-09-19 18:35:16 +0000
commitdc6dd742d400979f94ae1b0191afea33574475d4 (patch)
treeb0850667505bee44f42e796c4c80763ea3f96b69 /dispatch.py
parent8cd6d5f3f6b236e5149dcea2aeb244b6d888ce86 (diff)
downloadanaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.gz
anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.tar.xz
anaconda-dc6dd742d400979f94ae1b0191afea33574475d4.zip
Lots of minor pychecker error fixes. Some of these are even real problems.
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)