Update Oslo imports to remove namespace package

Change-Id: I4ec9b2a310471e4e07867073e9577731ac34027d
Blueprint: drop-namespace-packages
This commit is contained in:
Doug Hellmann 2015-01-21 18:23:56 -05:00
parent 67c6f02bb9
commit c0a43732e8
10 changed files with 12 additions and 12 deletions

View File

@ -27,7 +27,7 @@ import logging
import threading
import time
from oslo.utils import importutils
from oslo_utils import importutils
import six
from oslo_db._i18n import _LE

View File

@ -17,7 +17,7 @@ import copy
import logging
import threading
from oslo.config import cfg
from oslo_config import cfg
from oslo_db._i18n import _LE
from oslo_db import api

View File

@ -12,7 +12,7 @@
import copy
from oslo.config import cfg
from oslo_config import cfg
database_opts = [

View File

@ -22,7 +22,7 @@ SQLAlchemy models.
import six
from oslo.utils import timeutils
from oslo_utils import timeutils
from sqlalchemy import Column, Integer
from sqlalchemy import DateTime
from sqlalchemy.orm import object_mapper

View File

@ -283,7 +283,7 @@ import logging
import re
import time
from oslo.utils import timeutils
from oslo_utils import timeutils
import six
import sqlalchemy.orm
from sqlalchemy import pool

View File

@ -20,7 +20,7 @@ import collections
import logging
import re
from oslo.utils import timeutils
from oslo_utils import timeutils
import six
import sqlalchemy
from sqlalchemy import Boolean

View File

@ -11,8 +11,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo.config import cfg
from oslo.config import fixture as config
from oslo_config import cfg
from oslo_config import fixture as config
from oslo_db import options
from oslo_db.tests import utils as test_utils

View File

@ -21,7 +21,7 @@ import logging
import fixtures
import mock
from oslo.config import cfg
from oslo_config import cfg
from oslotest import base as oslo_test
import sqlalchemy
from sqlalchemy import Column, MetaData, Table

View File

@ -16,8 +16,8 @@
"""Unit tests for DB API."""
import mock
from oslo.config import cfg
from oslo.utils import importutils
from oslo_config import cfg
from oslo_utils import importutils
from oslo_db import api
from oslo_db import exception

View File

@ -15,7 +15,7 @@
import contextlib
from oslo.config import cfg
from oslo_config import cfg
from oslotest import base as test_base
from oslotest import moxstubout
import six