Merge "Simplify tox hacking rule to match other projects"

This commit is contained in:
Jenkins 2016-07-13 10:51:42 +00:00 committed by Gerrit Code Review
commit d5cdf0cf7e

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