From: Doug Wiegley Date: Thu, 3 Dec 2015 19:53:55 +0000 (-0700) Subject: Allow multiple imports for both ways of doing i18n X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=14e7b932fc3da509dca942ae0684fb40c8791283;p=openstack-build%2Fneutron-build.git Allow multiple imports for both ways of doing i18n Disallowing the old way makes the transition period messier than it needs to be. Change-Id: I687f18f0f0554f3198320a94f2e664896e88fbfc --- diff --git a/tox.ini b/tox.ini index 06b59b733..a13bdad6d 100644 --- a/tox.ini +++ b/tox.ini @@ -171,7 +171,7 @@ builtins = _ exclude = ./.*,build,dist,neutron/openstack/common/*,neutron/tests/tempest [hacking] -import_exceptions = neutron._i18n +import_exceptions = neutron.i18n, neutron._i18n local-check-factory = neutron.hacking.checks.factory [testenv:genconfig]