From eeb1df1315d762d4a04e816b20b6bad694543839 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Tue, 2 Dec 2014 09:35:40 -0500 Subject: sync oslo this patch also corrects an issue where we incorrectly referenced common._i18n this patch syncs to: Ia1820495a989f4f84530ab83f2d87d53a9f761df Change-Id: Ia192869d7e92732000b9033b09b97316ba5d5028 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 75d37fd..9385341 100644 --- a/tox.ini +++ b/tox.ini @@ -31,4 +31,7 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = H405,H904 exclude = .tox,dist,doc,*.egg,build,./pycadf/openstack/common -builtins = _ + +[hacking] +import_exceptions = + pycadf._i18n -- cgit v1.2.1