Move files to common lib(Part 2)

Move i18n to common directory.

Change-Id: I23ecfd161648d71a9581160e104d4efe39fc782b
This commit is contained in:
liyingjun 2014-12-24 10:20:26 +08:00
parent 3ba9ca2833
commit 4bd3c78dea

View File

@ -44,5 +44,5 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,*rally/verification/verifiers/tempest/openstack-tempest*,build,*rally/openstack*
[hacking]
import_exceptions = rally.i18n
import_exceptions = rally.common.i18n
local-check-factory = tests.hacking.checks.factory