summaryrefslogtreecommitdiffstats
path: root/installclass.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 /installclass.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 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 40102691e..e4be528b8 100644
--- a/installclass.py
+++ b/installclass.py
@@ -33,7 +33,7 @@ log = logging.getLogger("anaconda")
from flags import flags
from constants import *
-class BaseInstallClass:
+class BaseInstallClass(object):
# default to not being hidden
hidden = 0
pixmap = None