diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-11-06 11:21:57 -0500 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-11-06 13:28:40 -0500 |
commit | fe97fa70c1238cde9098fb8e688b37d02c140439 (patch) | |
tree | af00909a7588493ffeae736cdb8dda9c63443e14 /textw | |
parent | 96190505a047ad859a1571a4c3e9410d6e8ac87a (diff) | |
download | anaconda-fe97fa70c1238cde9098fb8e688b37d02c140439.tar.gz anaconda-fe97fa70c1238cde9098fb8e688b37d02c140439.tar.xz anaconda-fe97fa70c1238cde9098fb8e688b37d02c140439.zip |
no more partitioning.py
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 6b8789499..a1d37e956 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -20,7 +20,6 @@ import string import copy import network import parted -from partitioning import * from partedUtils import * from partIntfHelpers import * from partRequests import * |