summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-26 02:35:39 +0000
committerMatt Wilson <msw@redhat.com>2001-06-26 02:35:39 +0000
commitf62974449f602ba08fc90d57ff96bd701468cc3a (patch)
tree8c43bd49464198c51fce09475dbd972ec618e6c6 /iw
parentdc1df44f241e073dd3ce730c062d4358c0d87b3e (diff)
downloadanaconda-f62974449f602ba08fc90d57ff96bd701468cc3a.tar.gz
anaconda-f62974449f602ba08fc90d57ff96bd701468cc3a.tar.xz
anaconda-f62974449f602ba08fc90d57ff96bd701468cc3a.zip
get the right constants
Diffstat (limited to 'iw')
-rw-r--r--iw/bootdisk_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py
index abac1a25d..9510afb87 100644
--- a/iw/bootdisk_gui.py
+++ b/iw/bootdisk_gui.py
@@ -2,7 +2,7 @@ import iutil
from iw_gui import *
from gtk import *
from translate import _, N_
-from dispatch import *
+from constants import *
class BootdiskWindow (InstallWindow):
@@ -39,7 +39,7 @@ class BootdiskWindow (InstallWindow):
label = None
- if dir == dispatch.DISPATCH_FORWARD:
+ if dir == DISPATCH_FORWARD:
label = GtkLabel (
_("Please remove the install floppy (if used) and insert a "
"blank floppy in the first floppy drive. All data on this "