Disable import exception for tacker.i18n

Change-Id: I25aa6efe44be0f6efd47bcf46a35c559aedeca1c
This commit is contained in:
Sridhar Ramaswamy 2015-06-11 17:17:38 -07:00
parent 99ca429cd1
commit 9e203b9337
1 changed files with 1 additions and 0 deletions

View File

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