Merge "Enabled hacking check H305"

This commit is contained in:
Jenkins 2014-07-18 15:50:38 +00:00 committed by Gerrit Code Review
commit 7c20c82e82
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 = _