summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-03-26 14:42:10 +0000
committerGerrit Code Review <review@openstack.org>2019-03-26 14:42:10 +0000
commit0d0715ae0495e9cde00c7aa3b623a6a7e9ff0e44 (patch)
treeacc1319c05c6ee3bad3061898cf9a0217a13ae0b
parent07d76760d40e740b4e080b47117b613259219ab6 (diff)
parent381edcf49d59d3a0fd5bbcbf1c7329e3578ac39e (diff)
downloadpython-cinderclient-0d0715ae0495e9cde00c7aa3b623a6a7e9ff0e44.tar.gz
Merge "Remove i18n.enable_lazy() translation" into stable/stein
-rw-r--r--cinderclient/shell.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/cinderclient/shell.py b/cinderclient/shell.py
index 841748a..b648fbc 100644
--- a/cinderclient/shell.py
+++ b/cinderclient/shell.py
@@ -39,7 +39,6 @@ import six
import six.moves.urllib.parse as urlparse
import cinderclient
-from cinderclient import _i18n
from cinderclient._i18n import _
from cinderclient import api_versions
from cinderclient import client
@@ -47,10 +46,6 @@ from cinderclient import exceptions as exc
from cinderclient import utils
-# Enable i18n lazy translation
-_i18n.enable_lazy()
-
-
DEFAULT_CINDER_ENDPOINT_TYPE = 'publicURL'
V1_SHELL = 'cinderclient.v1.shell'
V2_SHELL = 'cinderclient.v2.shell'