Move out session from the sqlalchemy impl to a more re-usable place
Change-Id: Ibed2812202e8ea82789c23e208fd3ee9f9c950ef
This commit is contained in:
parent
f891714b34
commit
4a12145ee1
0
moniker/sqlalchemy/__init__.py
Normal file
0
moniker/sqlalchemy/__init__.py
Normal file
@ -19,7 +19,7 @@ from moniker.openstack.common import log as logging
|
||||
from moniker import exceptions
|
||||
from moniker.storage import base
|
||||
from moniker.storage.impl_sqlalchemy import models
|
||||
from moniker.storage.impl_sqlalchemy.session import get_session
|
||||
from moniker.sqlalchemy.session import get_session
|
||||
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user