Enabled hacking check H305

* [H305] imports not grouped correctly

Change-Id: Ie278f5047090d5ac491c862a157bff6e2c6e1c5f
This commit is contained in:
Christian Berendt 2014-07-17 12:19:20 +02:00
parent 6803b57359
commit 154c68132a
3 changed files with 4 additions and 3 deletions

View File

@ -22,10 +22,11 @@ Refer http://goo.gl/GR2o6U for more details.
import logging
import os
import suds.sax.element as element
import urllib
import urlparse
import suds.sax.element as element
from oslo.vmware.openstack.common.gettextutils import _LW
from oslo.vmware import service
from oslo.vmware import vim_util

View File

@ -19,9 +19,9 @@ Common classes that provide access to vSphere services.
import httplib
import logging
import netaddr
import urllib2
import netaddr
import six
import suds

View File

@ -22,7 +22,7 @@ commands = {posargs}
[flake8]
show-source = True
ignore = H305,H405,H904
ignore = H405,H904
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
builtins = _