diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-20 20:27:59 +0000 |
commit | 4fc505d551e9795a569135dfe24ddfc44c97a7c0 (patch) | |
tree | 92170eaccb3bed4d6a2505766030dcad4258268d /iw/examine_gui.py | |
parent | 64aa471ace3dd5cdba8a32902d9b59274eeb1470 (diff) | |
download | anaconda-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/examine_gui.py')
-rw-r--r-- | iw/examine_gui.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/examine_gui.py b/iw/examine_gui.py index 6a4479d0f..5f9cb1b1f 100644 --- a/iw/examine_gui.py +++ b/iw/examine_gui.py @@ -1,6 +1,6 @@ from gtk import * -from iw import * -from package import * +from iw_gui import * +from package_gui import * from translate import _ class UpgradeExamineWindow (InstallWindow): |