Remove outdated import_exceptions for hacking

Change-Id: Ia3e04db81af6b16aad499d0175b3e86066fb6138
This commit is contained in:
Pierre Riteau 2018-09-28 11:01:07 +01:00
parent dd21dfe99b
commit 91adad90b3
2 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@
import six
from blazarnova.i18n import _ # noqa
from blazarnova.i18n import _
from nova.scheduler import filters
from oslo_config import cfg

View File

@ -32,9 +32,6 @@ show-source = true
builtins = _
exclude = .venv,.git,.tmp,.tox,dist,doc,*lib/python*,*egg,tools
[hacking]
import_exceptions = nova.openstack.common.gettextutils
[testenv:lower-constraints]
basepython = python3
deps =