Using import_exceptions from kuryr-lib

Change-Id: Iae6cca20a4ef87c242e913fcd1d841d7f80362c2
This commit is contained in:
Dongcan Ye 2016-11-17 14:00:59 +08:00
parent 398e1d3e13
commit fa7f51f1fe

View File

@ -70,7 +70,7 @@ commands =
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron}
[hacking]
import_exceptions = neutron.i18n
import_exceptions = kuryr.lib._i18n
local-check-factory = neutron_lib.hacking.checks.factory
[testenv:genconfig]