Fix violations of H302:import only modules

Comment '# noqa' was missed in some files, led to pep8 warning.
And some modules imported non-module. This patch fixes them.
This is output of violation:
http://logs.openstack.org/77/60977/1/check/gate-oslo-incubator-pep8/4a00515/

Change-Id: Id79bca9820853ecd9f0660a855d7bb2fe42ec806
This commit is contained in:
Chang Bo Guo
2013-12-09 19:07:13 -08:00
committed by Doug Hellmann
parent 3e3c7bb76d
commit e1415933cb

View File

@@ -20,7 +20,7 @@ Helpers for comparing version strings.
import functools
import pkg_resources
from openstack.common.gettextutils import _
from openstack.common.gettextutils import _ # noqa
from openstack.common import log as logging