summaryrefslogtreecommitdiff
path: root/virtManager/createpool.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2016-12-13 12:36:49 -0500
committerCole Robinson <crobinso@redhat.com>2016-12-13 12:36:49 -0500
commit435de2d40c3fd6fba63402f82d9aa211a9c4552e (patch)
treebe3281cf2b76e9faa7b7227be72ad8dd9934f100 /virtManager/createpool.py
parenta7d3949080fb09ffac39f590f6737b991b058a25 (diff)
downloadvirt-manager-435de2d40c3fd6fba63402f82d9aa211a9c4552e.tar.gz
pylint: Fix some issues with F25 version
Diffstat (limited to 'virtManager/createpool.py')
-rw-r--r--virtManager/createpool.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtManager/createpool.py b/virtManager/createpool.py
index b17c083d..93cbaec7 100644
--- a/virtManager/createpool.py
+++ b/virtManager/createpool.py
@@ -24,12 +24,12 @@ from gi.repository import Gdk
from gi.repository import GObject
from gi.repository import Gtk
+from virtinst import StoragePool
+
from .baseclass import vmmGObjectUI
from .asyncjob import vmmAsyncJob
from . import uiutil
-from virtinst import StoragePool
-
PAGE_NAME = 0
PAGE_FORMAT = 1