diff options
author | Erik Troan <ewt@redhat.com> | 1999-12-22 00:05:47 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-12-22 00:05:47 +0000 |
commit | 1caf5801680abeca1e0cdae7f7991b8adc610139 (patch) | |
tree | da92d599f6b25f4f2dafcb3295f6c7eead7293fb /textw | |
parent | 4896279e9d1ac03c60bee65bad72621c0fb25365 (diff) | |
download | anaconda-1caf5801680abeca1e0cdae7f7991b8adc610139.tar.gz anaconda-1caf5801680abeca1e0cdae7f7991b8adc610139.tar.xz anaconda-1caf5801680abeca1e0cdae7f7991b8adc610139.zip |
graphical partitioning seems to be completely working again
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partitioning.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py index b31c1d8c3..6b569315f 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -98,9 +98,6 @@ class ManualPartitionWindow: class AutoPartitionWindow: def __call__(self, screen, todo): - return - from newtpyfsedit import fsedit - fstab = [] for mntpoint, (dev, fstype, reformat) in todo.mounts.items (): fstab.append ((dev, mntpoint)) |