oslo.messaging/oslo/messaging
Mark McLoughlin 03aafcb49c Simplify public symbol exports
Inspired by tulip, have every module define a __all__ list and import *
from the top-level module.

Rename transport.set_defaults() since we don't want this to be a
top-level set_defaults() function as there may be multiple.

Also, rather than configuring flake8 to allow star imports, just exclude
the __init__.py files from flake8 checks.
2013-06-24 12:52:30 +01:00
..
_drivers Move url utils into messaging._urls 2013-06-16 15:27:36 +01:00
_executors Don't use common logging 2013-06-16 15:24:41 +01:00
notify Don't use common logging 2013-06-16 15:24:41 +01:00
openstack Don't use common logging 2013-06-16 15:24:41 +01:00
rpc Simplify public symbol exports 2013-06-24 12:52:30 +01:00
__init__.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
_urls.py Make exchange_from_url() use parse_url() 2013-06-16 16:08:48 +01:00
_utils.py Move url utils into messaging._urls 2013-06-16 15:27:36 +01:00
exceptions.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
serializer.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
server.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
target.py Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
transport.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00