summaryrefslogtreecommitdiffstats
path: root/partIntfHelpers.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-09-14 16:50:38 -0500
committerDavid Lehman <dlehman@redhat.com>2009-09-15 13:07:21 -0500
commit66b6bf1242f29787beec64576b8b737c7cd873fc (patch)
tree6658f81a066e66fcec6be1f1f693dabf1e73322e /partIntfHelpers.py
parent4fff93ac8e3b3187af5f50d17a065fafc610a5df (diff)
downloadanaconda-66b6bf1242f29787beec64576b8b737c7cd873fc.tar.gz
anaconda-66b6bf1242f29787beec64576b8b737c7cd873fc.tar.xz
anaconda-66b6bf1242f29787beec64576b8b737c7cd873fc.zip
Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.
Diffstat (limited to 'partIntfHelpers.py')
-rw-r--r--partIntfHelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partIntfHelpers.py b/partIntfHelpers.py
index cf136fb99..e4e4c23b2 100644
--- a/partIntfHelpers.py
+++ b/partIntfHelpers.py
@@ -143,7 +143,7 @@ def doDeleteDevice(intf, storage, device, confirm=1, quiet=0):
storage.destroyDevice(device)
return True
-def doDeleteDependentDevices(intf, storage, device, confirm=1, quiet=0):
+def doClearPartitionedDevice(intf, storage, device, confirm=1, quiet=0):
""" Remove all devices/partitions currently on device.
device -- a partitioned device such as a disk