summaryrefslogtreecommitdiffstats
path: root/storage/formats/dmraid.py
diff options
context:
space:
mode:
authorMartin Gracik <mgracik@redhat.com>2009-03-30 19:56:00 +0200
committerMartin Gracik <mgracik@redhat.com>2009-03-31 15:24:09 +0200
commit0f0d794130684465bbe21c08f26fc8d2fd37a952 (patch)
tree22c6688ef90b7d9a9df4baf03ee089e1fdb49d36 /storage/formats/dmraid.py
parentb1a13d63d0544a2ab123a0405c80006df5feeaad (diff)
downloadanaconda-0f0d794130684465bbe21c08f26fc8d2fd37a952.tar.gz
anaconda-0f0d794130684465bbe21c08f26fc8d2fd37a952.tar.xz
anaconda-0f0d794130684465bbe21c08f26fc8d2fd37a952.zip
Fixes of errors shown by pylint that didn't get into the beta build.
Diffstat (limited to 'storage/formats/dmraid.py')
-rw-r--r--storage/formats/dmraid.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/formats/dmraid.py b/storage/formats/dmraid.py
index f5f28084a..4ebd41c70 100644
--- a/storage/formats/dmraid.py
+++ b/storage/formats/dmraid.py
@@ -20,8 +20,6 @@
# Red Hat Author(s): Dave Lehman <dlehman@redhat.com>
#
-import block
-
from iutil import log_method_call
from ..errors import *
from . import DeviceFormat, register_device_format