summaryrefslogtreecommitdiffstats
path: root/iw/auth_gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-20 20:27:59 +0000
committerMike Fulbright <msf@redhat.com>2000-04-20 20:27:59 +0000
commit4fc505d551e9795a569135dfe24ddfc44c97a7c0 (patch)
tree92170eaccb3bed4d6a2505766030dcad4258268d /iw/auth_gui.py
parent64aa471ace3dd5cdba8a32902d9b59274eeb1470 (diff)
downloadanaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.gz
anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.tar.xz
anaconda-4fc505d551e9795a569135dfe24ddfc44c97a7c0.zip
Fixups to make modules findable after text and gui file renaming
Diffstat (limited to 'iw/auth_gui.py')
-rw-r--r--iw/auth_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/auth_gui.py b/iw/auth_gui.py
index 0d99018de..0e3e48309 100644
--- a/iw/auth_gui.py
+++ b/iw/auth_gui.py
@@ -1,5 +1,5 @@
from gtk import *
-from iw import *
+from iw_gui import *
from translate import _
class AuthWindow (InstallWindow):