Add import_exceptions to tox.ini

In oslo-incubator Oslo incubator multiple functions can be imported
from gettextutils on one line. So we should allow such imports in
hacking.

Change-Id: Ic55996987d312839c5e6863a1eb99faea3b575a9
This commit is contained in:
Victor Sergeyev 2014-05-27 11:59:18 +03:00
parent 863847c59e
commit 86401d6da3

View File

@ -34,3 +34,7 @@ show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]
import_exceptions =
oslo.db.openstack.common.gettextutils