You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
magnum/magnum/openstack/common
Davanum Srinivas 17c5711c55 Remove imports from oslo namespaces
Oslo team is recommending everyone to use the direct imports and
not use the Oslo namespaces. So switch all our code to use oslo_*
instead of "from oslo." or "import oslo" or "from oslo"

NOTE: some of the tests still have mocks referring to oslo.utils
@mock.patch('oslo.utils.timeutils.utcnow')
as the tests break otherwise. We should do this later.

Closes-bug: #1419385
Change-Id: I8e3fbeb833cddc3f55674a0e781ffe69d5033ad4
8 years ago
..
__init__.py Import oslo-incubator's logging library 9 years ago
_i18n.py Update openstack.common from oslo-incubator 9 years ago
eventlet_backdoor.py Remove imports from oslo namespaces 8 years ago
local.py Import oslo-incubator's logging library 9 years ago
log.py Remove imports from oslo namespaces 8 years ago
loopingcall.py Add dependencies from oslo-incubator for RPC services 9 years ago
periodic_task.py Remove imports from oslo namespaces 8 years ago
service.py Remove imports from oslo namespaces 8 years ago
systemd.py Add dependencies from oslo-incubator for RPC services 9 years ago
threadgroup.py Add dependencies from oslo-incubator for RPC services 9 years ago
utils.py change old oslo.concurrency to oslo_concurrency 9 years ago
versionutils.py Update openstack.common from oslo-incubator 9 years ago