summaryrefslogtreecommitdiff
path: root/nova/virt/hyperv/pathutils.py
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-07-09 17:00:21 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2014-07-15 01:13:26 +0000
commitf3dc6eefe78463047f63c138cff62c664c21a971 (patch)
tree4f0820a4ae4b0e123a7bf015db82017845dd52c2 /nova/virt/hyperv/pathutils.py
parent35abfd1d08582df164e66b3bc3b2d180bc2301b2 (diff)
downloadnova-f3dc6eefe78463047f63c138cff62c664c21a971.tar.gz
Fix and gate on H305 and H307
Both H305 and H307 are part of the OpenStack style guide. Ensure that there are 3 groups of imports, stdlib, third-party and project specific. Within each category ensure that imports are in alphabetical order. Change-Id: Id4994551c135c3c1a4982153f0c6cacba6176b95
Diffstat (limited to 'nova/virt/hyperv/pathutils.py')
-rw-r--r--nova/virt/hyperv/pathutils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/virt/hyperv/pathutils.py b/nova/virt/hyperv/pathutils.py
index a36829edfe..853281899d 100644
--- a/nova/virt/hyperv/pathutils.py
+++ b/nova/virt/hyperv/pathutils.py
@@ -16,10 +16,11 @@
import os
import shutil
+from oslo.config import cfg
+
from nova.openstack.common.gettextutils import _
from nova.openstack.common import log as logging
from nova import utils
-from oslo.config import cfg
LOG = logging.getLogger(__name__)