summaryrefslogtreecommitdiffstats
path: root/isys/isys.py
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.py')
-rwxr-xr-xisys/isys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/isys.py b/isys/isys.py
index 589461764..e6c4b3476 100755
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -462,7 +462,7 @@ def driveDict(klassArg):
continue
if device.startswith("sd"):
- peddev = parted.PedDevice.get(dev['device'])
+ peddev = parted.getDevice(dev['device'])
model = peddev.model
# blacklist *STMF on power5 iSeries boxes