summaryrefslogtreecommitdiff
path: root/oslo_db/sqlalchemy/session.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-06-18 22:18:36 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-06-18 22:18:36 +0000
commitc2b1a791c08e93758ad272305745834e497c5dce (patch)
treed9a3df118bfefa5feca590e2a27c267d8ccc4976 /oslo_db/sqlalchemy/session.py
parent9b552046f55e56d45a9e7274e62ebb372c112c36 (diff)
downloadoslo-db-c2b1a791c08e93758ad272305745834e497c5dce.tar.gz
Drop use of 'oslo' namespace package
The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. The namespace package was retained during kilo for backwards compatibility, but will be removed by the liberty-2 milestone. This change removes the use of the namespace package, replacing it with the new package names. The patches in the libraries will be put on hold until application patches have landed, or L2, whichever comes first. At that point, new versions of the libraries without namespace packages will be released as a major version update. Please merge this patch, or an equivalent, before L2 to avoid problems with those library releases. Blueprint: remove-namespace-packages https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages Change-Id: Iaf9247f90ba26615d02e5431d6bc98f22351caa7
Diffstat (limited to 'oslo_db/sqlalchemy/session.py')
-rw-r--r--oslo_db/sqlalchemy/session.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/sqlalchemy/session.py b/oslo_db/sqlalchemy/session.py
index 9155176..bb3616f 100644
--- a/oslo_db/sqlalchemy/session.py
+++ b/oslo_db/sqlalchemy/session.py
@@ -23,7 +23,7 @@ Recommended ways to use sessions within this framework:
.. code-block:: python
- from oslo.db.sqlalchemy import enginefacade
+ from oslo_db.sqlalchemy import enginefacade
@enginefacade.reader
def get_foo(context, foo):