Don't import partedUtils in list-harddrives-stub (#709880)
On 08/22/2011 05:02 AM, Martin Gracik wrote:
partedUtils is not used in the list-harddrives-stub.
Importing it causes a fsset ImportError.
---
command-stubs/list-harddrives-stub | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub
index 41add10..2541afc 100755
--- a/command-stubs/list-harddrives-stub
+++ b/command-stubs/list-harddrives-stub
@@ -14,7 +14,6 @@ sys.path.append('/usr/lib/anaconda')
import anaconda_log
import parted
-import partedUtils
import isys
drives = isys.hardDriveDict()
Ack.
--
David Cantrell <dcantrell@redhat.com>
Supervisor, Installer Engineering Team
Red Hat, Inc. | Westford, MA | EST5EDT
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|