diff options
author | Mike Fulbright <msf@redhat.com> | 2000-04-19 21:07:22 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2000-04-19 21:07:22 +0000 |
commit | 83aa244cd3c83ad0fb3c7831a351e91e172f8e07 (patch) | |
tree | b8401cc220a460d440def7f61802c5d40d125f50 /iw/silo_gui.py | |
parent | c57c049b2cf8f8d37e045d6eed01e575d530bc98 (diff) | |
download | anaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.tar.gz anaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.tar.xz anaconda-83aa244cd3c83ad0fb3c7831a351e91e172f8e07.zip |
Renamed account.py to account_gui.py
Diffstat (limited to 'iw/silo_gui.py')
-rw-r--r-- | iw/silo_gui.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 |