summaryrefslogtreecommitdiffstats
path: root/fsset.py
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 /fsset.py
parent54ce86670d35a9e6974e7e77fa25679c3ebecf80 (diff)
downloadanaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.tar.gz
anaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.tar.xz
anaconda-167a3cb1ff2fee482d0737979ca7e0eca78f7d82.zip
diskset moves to partedUtils
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsset.py b/fsset.py
index d9aa86ef9..15b261dc2 100644
--- a/fsset.py
+++ b/fsset.py
@@ -96,7 +96,7 @@ class LabelFactory:
if self.labels == None:
self.labels = {}
- diskset = partitioning.DiskSet()
+ diskset = partedUtils.DiskSet()
diskset.openDevices()
diskset.stopAllRaid()
diskset.startAllRaid()
@@ -1583,7 +1583,7 @@ def readFstab (path):
# first, we look at all the disks on the systems and get any ext2/3
# labels off of the filesystem.
# temporary, to get the labels
- diskset = partitioning.DiskSet()
+ diskset = partedUtils.DiskSet()
diskset.openDevices()
labels = diskset.getLabels()