b6a4cdf4e3
One module per line is the new hotness. I've also sorted the modules alphabetically. There are no changes to your imports, but this makes it easier for oslo maintainers to keep your imports up to date. Change-Id: I7581f4ad2ed853742a98aa6d6d4e9e0aeebce8fa
36 lines
614 B
Plaintext
36 lines
614 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=cfg
|
|
module=context
|
|
module=eventlet_backdoor
|
|
module=exception
|
|
module=excutils
|
|
module=fileutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=iniparser
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=middleware
|
|
module=network_utils
|
|
module=notifier
|
|
module=pastedeploy
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rpc
|
|
module=service
|
|
module=testutils
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=utils
|
|
module=uuidutils
|
|
module=wsgi
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=trove
|