diff options
author | Victor Sergeyev <vsergeyev@mirantis.com> | 2014-05-27 11:59:18 +0300 |
---|---|---|
committer | Victor Sergeyev <vsergeyev@mirantis.com> | 2014-05-27 12:04:17 +0300 |
commit | 86401d6da34f3f9bafad5da5a0b1c561f6051610 (patch) | |
tree | 26439d41d62e07a2ac9a675538e2db43fadbe87c /tox.ini | |
parent | 863847c59e89b0c7a8c84d4017ea1f214a168915 (diff) | |
download | oslo-db-86401d6da34f3f9bafad5da5a0b1c561f6051610.tar.gz |
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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |