From 86401d6da34f3f9bafad5da5a0b1c561f6051610 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Tue, 27 May 2014 11:59:18 +0300 Subject: 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 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 799367e..1c483a6 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit v1.2.1