diff options
author | Chris Lumens <clumens@redhat.com> | 2009-03-24 13:16:05 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-03-24 13:17:30 -0400 |
commit | 1392aa0641e2482056c5e89711a7b8065d49b133 (patch) | |
tree | 875bfa9a67af09d5baa7e189657a2c3ef6c5c870 /storage/iscsi.py | |
parent | 1bc32876b6af2968460240054115f7097480ad00 (diff) | |
download | anaconda-1392aa0641e2482056c5e89711a7b8065d49b133.tar.gz anaconda-1392aa0641e2482056c5e89711a7b8065d49b133.tar.xz anaconda-1392aa0641e2482056c5e89711a7b8065d49b133.zip |
We don't even use partedUtils in this module.
Diffstat (limited to 'storage/iscsi.py')
-rw-r--r-- | storage/iscsi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/iscsi.py b/storage/iscsi.py index 7c425174d..b9f975e26 100644 --- a/storage/iscsi.py +++ b/storage/iscsi.py @@ -31,7 +31,6 @@ import shutil import time import hashlib import random -import partedUtils log = logging.getLogger("anaconda") import gettext |