summaryrefslogtreecommitdiffstats
path: root/textw/partitioning.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/partitioning.py')
-rw-r--r--textw/partitioning.py3
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))