From d4ce30451de0ad10568724ccbc0cccb8f207b7d3 Mon Sep 17 00:00:00 2001 From: Ronald Bradford Date: Mon, 11 Jul 2016 15:21:31 -0400 Subject: [PATCH] Simplify tox hacking rule to match other projects Change-Id: I1f779bf1ea2fe942cc6de9a3846ec79ca12de097 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 576fcf2..96face0 100644 --- a/tox.ini +++ b/tox.ini @@ -97,5 +97,5 @@ builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools [hacking] -import_exceptions = sahara.i18n._, sahara.i18n._LI, sahara.i18n._LW, sahara.i18n._LE, sahara.i18n._LC +import_exceptions = sahara.i18n local-check-factory = sahara.utils.hacking.checks.factory