summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-19 21:15:26 +0000
committerMike Fulbright <msf@redhat.com>2000-04-19 21:15:26 +0000
commite84158128b1e2bd8921fe13a5b2eba49c550eebd (patch)
tree3dae20254f3e943a97a482d2a236d5bcfa654997 /gui.py
parentad457b222e1ce06caaf1e33a93f0e13b28610155 (diff)
downloadanaconda-e84158128b1e2bd8921fe13a5b2eba49c550eebd.tar.gz
anaconda-e84158128b1e2bd8921fe13a5b2eba49c550eebd.tar.xz
anaconda-e84158128b1e2bd8921fe13a5b2eba49c550eebd.zip
Made changes needed to get renamed files in iw/ and textw/ to work
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py19
1 files changed, 14 insertions, 5 deletions
diff --git a/gui.py b/gui.py
index a74805724..56778fe9a 100755
--- a/gui.py
+++ b/gui.py
@@ -38,11 +38,20 @@ if im:
from gnome.ui import *
from gnome.xmhtml import *
-from iw.language import *
-from iw.welcome import *
-from iw.mouse import *
-from iw.keyboard import *
-from iw.installpath import *
+#don't want to do this now because it makes update disk hard
+#from iw.language import *
+#from iw.welcome import *
+#from iw.mouse import *
+#from iw.keyboard import *
+#from iw.installpath import *
+#
+# instead we do (assuming pythonpath set correctly)
+#
+import language_gui
+import welcome_gui
+import mouse_gui
+import keyboard_gui
+import installpath_gui
import isys
import sys