From 2d75fafb88f7e871ae63304f88eb34e48edac2e1 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 18 Apr 2014 11:25:38 -0700 Subject: [PATCH] Loosen import_exceptions to cover all of gettextutils Now that we are starting to move over to multiple log domains we want to import multiple items on the same line for gettextutils. Change-Id: Icd88774a0f1087270234a6849bf96a93c0927534 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 249ad1afca..bbeb1b4aa6 100644 --- a/tox.ini +++ b/tox.ini @@ -57,4 +57,4 @@ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,t [hacking] local-check-factory = nova.hacking.checks.factory -import_exceptions = nova.openstack.common.gettextutils._ +import_exceptions = nova.openstack.common.gettextutils