diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-23 03:12:16 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-23 03:12:16 +0000 |
commit | 05405863ee85cda7cba38d6a124ea9c2c06efe3b (patch) | |
tree | 6e0c3455b94f32d3e9585045d5221431e507dabe /iw | |
parent | c2466437193887d7070368b628535302c8f5e44e (diff) | |
download | anaconda-05405863ee85cda7cba38d6a124ea9c2c06efe3b.tar.gz anaconda-05405863ee85cda7cba38d6a124ea9c2c06efe3b.tar.xz anaconda-05405863ee85cda7cba38d6a124ea9c2c06efe3b.zip |
move definitions of CLEARPART_TYPE_* to partitioning.py to avoid circular
import madness and fix everywhere that refers to the CLEARPART_TYPE_* to
ensure that they import from partitioning and don't try to do so from autopart
Diffstat (limited to 'iw')
-rw-r--r-- | iw/partition_gui.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/partition_gui.py b/iw/partition_gui.py index 727ca7f41..dfaecc752 100644 --- a/iw/partition_gui.py +++ b/iw/partition_gui.py @@ -22,7 +22,6 @@ from translate import _, N_ from partitioning import * from fsset import * from autopart import doPartitioning, queryAutoPartitionOK -from autopart import CLEARPART_TYPE_LINUX, CLEARPART_TYPE_ALL, CLEARPART_TYPE_NONE from autopart import CLEARPART_TYPE_LINUX_DESCR_TEXT, CLEARPART_TYPE_ALL_DESCR_TEXT, CLEARPART_TYPE_NONE_DESCR_TEXT from autopart import AUTOPART_DISK_CHOICE_DESCR_TEXT from xpms_gui import CHECKBOX_ON_XPM |