summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-04-19 21:07:22 +0000
committerMike Fulbright <msf@redhat.com>2000-04-19 21:07:22 +0000
commit83aa244cd3c83ad0fb3c7831a351e91e172f8e07 (patch)
treeb8401cc220a460d440def7f61802c5d40d125f50
parentc57c049b2cf8f8d37e045d6eed01e575d530bc98 (diff)
downloadanaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.tar.gz
anaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.tar.xz
anaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.zip
Renamed account.py to account_gui.py
-rw-r--r--iw/account_gui.py (renamed from iw/account.py)0
-rw-r--r--iw/lilo_gui.py4
-rw-r--r--iw/mouse_gui.py5
-rw-r--r--iw/silo_gui.py4
4 files changed, 10 insertions, 3 deletions
diff --git a/iw/account.py b/iw/account_gui.py
index 1efe27596..1efe27596 100644
--- a/iw/account.py
+++ b/iw/account_gui.py
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py
index 5c169bb5c..c36714b45 100644
--- a/iw/lilo_gui.py
+++ b/iw/lilo_gui.py
@@ -1,4 +1,6 @@
-from iw import *
+# must replace with explcit form so update disks will work
+#from iw import *
+
from gtk import *
from translate import _
from xpms import SMALL_CHECK
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index a6f6734ee..040053807 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -1,5 +1,8 @@
from gtk import *
-from iw import *
+
+# must replace with explcit form so update disks will work
+#from iw import *
+
from string import *
from re import *
import tree
diff --git a/iw/silo_gui.py b/iw/silo_gui.py
index da2238e1e..588ff7c02 100644
--- a/iw/silo_gui.py
+++ b/iw/silo_gui.py
@@ -1,4 +1,6 @@
-from iw import *
+# must replace with explcit form so update disks will work
+#from iw import *
+
from gtk import *
from translate import _
from xpms import SMALL_CHECK