ee09d2f624
Mostly trivial import changes. - oslo.i18n no longer provide install() method to inject _() into globals(), so removed all calls to it; - removed Babel from dependencies (it will now be grabbed by oslo.i18n); - updated tox.ini to ignore import violations for oslo.i18n. Change-Id: I6623d551f512fb7fe9bf35ee734ed6d4c6cbc287
24 lines
444 B
Plaintext
24 lines
444 B
Plaintext
[DEFAULT]
|
|
# The list of modules to copy from oslo-incubator.git
|
|
module=cache
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=fileutils
|
|
module=fixture
|
|
module=install_venv_common
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=middleware
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=service
|
|
module=systemd
|
|
module=threadgroup
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=neutron
|