Merge "Do not use openstack.common.i18n in glance client"

This commit is contained in:
Jenkins
2015-10-10 18:59:59 +00:00
committed by Gerrit Code Review
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ from oslo_utils import strutils
import six
from six.moves.urllib import parse
from glanceclient.openstack.common._i18n import _
from glanceclient._i18n import _
from glanceclient.openstack.common.apiclient import exceptions

View File

@@ -38,7 +38,7 @@ from oslo_utils import encodeutils
from oslo_utils import importutils
import requests
from glanceclient.openstack.common._i18n import _
from glanceclient._i18n import _
from glanceclient.openstack.common.apiclient import exceptions
_logger = logging.getLogger(__name__)

View File

@@ -38,7 +38,7 @@ import sys
import six
from glanceclient.openstack.common._i18n import _
from glanceclient._i18n import _
class ClientException(Exception):

View File

@@ -28,7 +28,7 @@ from oslo_utils import encodeutils
from oslo_utils import uuidutils
import six
from glanceclient.openstack.common._i18n import _
from glanceclient._i18n import _
from glanceclient.openstack.common.apiclient import exceptions