summaryrefslogtreecommitdiffstats
path: root/partedUtils.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-01-27 14:25:36 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-02-12 11:29:58 -1000
commitbacf400d106843e0624fda498b289a67ac99d648 (patch)
treeffb9de1ecef13926225624e29a4c18d8da3945be /partedUtils.py
parent1af68739613b7017939aaf0c3c7375c4e0717bbe (diff)
downloadanaconda-bacf400d106843e0624fda498b289a67ac99d648.tar.gz
anaconda-bacf400d106843e0624fda498b289a67ac99d648.tar.xz
anaconda-bacf400d106843e0624fda498b289a67ac99d648.zip
Syntax fixes for the new pyparted.
To get a parted.Device object, we call: parted.getDevice(path) To create a new parted.Disk object, we need a parted.Device and we call: parted.Disk(device=parted.Device)
Diffstat (limited to 'partedUtils.py')
-rw-r--r--partedUtils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/partedUtils.py b/partedUtils.py
index f88580507..400b04977 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -21,6 +21,7 @@
# Jeremy Katz <katzj@redhat.com>
# Mike Fulbright <msf@redhat.com>
# Karsten Hopp <karsten@redhat.com>
+# David Cantrell <dcantrell@redhat.com>
#
"""Helper functions for use when dealing with parted objects."""