summaryrefslogtreecommitdiff
path: root/keystoneclient/i18n.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-16 04:11:03 +0000
committerGerrit Code Review <review@openstack.org>2017-05-16 04:11:03 +0000
commit1e7543786ec60714a7723eb191bc65c31a42b0aa (patch)
treef8b5963db4dfe4477c9480def3a0c62ace797f9f /keystoneclient/i18n.py
parent826e82b425a4a38e7a50317fb7f2bdd4c3a7e2ce (diff)
parent1d5774f4983e915f45787e7afd2d290f65cf428c (diff)
downloadpython-keystoneclient-1e7543786ec60714a7723eb191bc65c31a42b0aa.tar.gz
Merge "Remove log translations in python-keystoneclient"
Diffstat (limited to 'keystoneclient/i18n.py')
-rw-r--r--keystoneclient/i18n.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/keystoneclient/i18n.py b/keystoneclient/i18n.py
index a196472..fdbf183 100644
--- a/keystoneclient/i18n.py
+++ b/keystoneclient/i18n.py
@@ -25,13 +25,3 @@ _translators = oslo_i18n.TranslatorFactory(domain='keystoneclient')
# The primary translation function using the well-known name "_"
_ = _translators.primary
-
-# Translators for log levels.
-#
-# The abbreviated names are meant to reflect the usual use of a short
-# name like '_'. The "L" is for "log" and the other letter comes from
-# the level.
-_LI = _translators.log_info
-_LW = _translators.log_warning
-_LE = _translators.log_error
-_LC = _translators.log_critical