Simplify tox hacking rule to match other projects

Change-Id: I1f779bf1ea2fe942cc6de9a3846ec79ca12de097
This commit is contained in:
Ronald Bradford 2016-07-11 15:21:31 -04:00
parent d40cff72ec
commit d4ce30451d
1 changed files with 1 additions and 1 deletions

View File

@ -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