renamed import statements from cdn. to poppy.
This commit is contained in:
@@ -19,7 +19,7 @@ gettext for openstack-common modules.
|
||||
|
||||
Usual usage in an openstack.common module:
|
||||
|
||||
from cdn.openstack.common.gettextutils import _
|
||||
from poppy.openstack.common.gettextutils import _
|
||||
"""
|
||||
|
||||
import copy
|
||||
|
||||
@@ -51,10 +51,10 @@ else:
|
||||
import six
|
||||
import six.moves.xmlrpc_client as xmlrpclib
|
||||
|
||||
from cdn.openstack.common import gettextutils
|
||||
from cdn.openstack.common import importutils
|
||||
from cdn.openstack.common import strutils
|
||||
from cdn.openstack.common import timeutils
|
||||
from poppy.openstack.common import gettextutils
|
||||
from poppy.openstack.common import importutils
|
||||
from poppy.openstack.common import strutils
|
||||
from poppy.openstack.common import timeutils
|
||||
|
||||
netaddr = importutils.try_import("netaddr")
|
||||
|
||||
|
||||
@@ -40,13 +40,13 @@ from oslo.config import cfg
|
||||
import six
|
||||
from six import moves
|
||||
|
||||
from cdn.openstack.common.gettextutils import _
|
||||
from cdn.openstack.common import importutils
|
||||
from cdn.openstack.common import jsonutils
|
||||
from cdn.openstack.common import local
|
||||
from poppy.openstack.common.gettextutils import _
|
||||
from poppy.openstack.common import importutils
|
||||
from poppy.openstack.common import jsonutils
|
||||
from poppy.openstack.common import local
|
||||
# NOTE(flaper87): Pls, remove when graduating this module
|
||||
# from the incubator.
|
||||
from cdn.openstack.common.strutils import mask_password # noqa
|
||||
from poppy.openstack.common.strutils import mask_password # noqa
|
||||
|
||||
|
||||
_DEFAULT_LOG_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
|
||||
|
||||
@@ -24,7 +24,7 @@ import unicodedata
|
||||
|
||||
import six
|
||||
|
||||
from cdn.openstack.common.gettextutils import _
|
||||
from poppy.openstack.common.gettextutils import _
|
||||
|
||||
|
||||
UNIT_PREFIX_EXPONENT = {
|
||||
|
||||
Reference in New Issue
Block a user