summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2016-06-12 10:29:23 -0400
committerCole Robinson <crobinso@redhat.com>2016-06-12 10:29:23 -0400
commite04ce6fc13f49c94eae98f0611be3fb53fb8d2c4 (patch)
treed74d034d6e44f897bedab12960e60e94461e8a9d
parent0663e52a62da7df2350febf6606724590b5b2a8d (diff)
downloadvirt-manager-e04ce6fc13f49c94eae98f0611be3fb53fb8d2c4.tar.gz
Fix some pylint
-rw-r--r--virtinst/devicedisk.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtinst/devicedisk.py b/virtinst/devicedisk.py
index 5270c120..392d68b1 100644
--- a/virtinst/devicedisk.py
+++ b/virtinst/devicedisk.py
@@ -29,7 +29,6 @@ import re
from . import diskbackend
from . import util
from .device import VirtualDevice
-from .seclabel import Seclabel
from .xmlbuilder import XMLBuilder, XMLChildProperty, XMLProperty