From 9e203b9337146259ee73463a0b276eab5ae75ab8 Mon Sep 17 00:00:00 2001 From: Sridhar Ramaswamy Date: Thu, 11 Jun 2015 17:17:38 -0700 Subject: [PATCH] Disable import exception for tacker.i18n Change-Id: I25aa6efe44be0f6efd47bcf46a35c559aedeca1c --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 586bd1974..16273b2d7 100644 --- a/tox.ini +++ b/tox.ini @@ -80,4 +80,5 @@ builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject [hacking] +import_exceptions = tacker.i18n local-check-factory = tacker.hacking.checks.factory