summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-02-12 00:10:43 +0000
committerJeremy Katz <katzj@redhat.com>2002-02-12 00:10:43 +0000
commit167a3cb1ff2fee482d0737979ca7e0eca78f7d82 (patch)
treefa6bad043ff7b0b62b221dd07f3674762e4d4888 /iw
parent54ce86670d35a9e6974e7e77fa25679c3ebecf80 (diff)
downloadanaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.tar.gz
anaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.tar.xz
anaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.zip
diskset moves to partedUtils
Diffstat (limited to 'iw')
-rw-r--r--iw/fdisk_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/fdisk_gui.py b/iw/fdisk_gui.py
index 99e83703f..37ed6261d 100644
--- a/iw/fdisk_gui.py
+++ b/iw/fdisk_gui.py
@@ -29,7 +29,7 @@ class FDiskWindow (InstallWindow):
def getNext(self):
# reread partitions
self.diskset.refreshDevices(self.intf)
- partitioning.checkNoDisks(self.diskset, self.intf)
+ self.diskset.checkNoDisks(self.intf)
self.partrequests.setFromDisk(self.diskset)
return None