summaryrefslogtreecommitdiffstats
path: root/textw/progress_text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-23 03:24:08 +0000
committerMatt Wilson <msw@redhat.com>2001-06-23 03:24:08 +0000
commit48153651a7519d0654b8c9685907a203464bc684 (patch)
tree76ad6e78b0c26fb668a7cd27e972c46ce0f91ab4 /textw/progress_text.py
parent7a3c395db8ac3e0db05acabd610758a555195556 (diff)
downloadanaconda-48153651a7519d0654b8c9685907a203464bc684.tar.gz
anaconda-48153651a7519d0654b8c9685907a203464bc684.tar.xz
anaconda-48153651a7519d0654b8c9685907a203464bc684.zip
more pychecker fixups
Diffstat (limited to 'textw/progress_text.py')
-rw-r--r--textw/progress_text.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/textw/progress_text.py b/textw/progress_text.py
index 705b7ea62..76f6481cd 100644
--- a/textw/progress_text.py
+++ b/textw/progress_text.py
@@ -1,8 +1,8 @@
+import rpm
+from constants import *
from snack import *
from constants_text import *
from translate import _
-import rpm
-import dispatch
class InstallProgressWindow:
def completePackage(self, header, timer):
@@ -146,7 +146,7 @@ class InstallProgressWindow:
class setupForInstall:
def __call__(self, screen, dir, intf, id):
- if dir == dispatch.DISPATCH_BACK:
+ if dir == DISPATCH_BACK:
id.setInstallProgressClass(None)
return INSTALL_BACK
else: