560ce68f9f
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: I6e9ae5d8b953b81014bd60cc842af33c6af58b61
28 lines
474 B
Plaintext
28 lines
474 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from oslo-incubator
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=eventlet_backdoor
|
|
module=excutils
|
|
module=gettextutils
|
|
module=importutils
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=loopingcall
|
|
module=middleware
|
|
module=network_utils
|
|
module=notifier
|
|
module=policy
|
|
module=rpc
|
|
module=service
|
|
module=setup
|
|
module=threadgroup
|
|
module=timeutils
|
|
module=wsgi
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=climate
|