summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkairat_kushaev <kkushaev@mirantis.com>2015-09-29 12:08:00 +0300
committerkairat_kushaev <kkushaev@mirantis.com>2015-10-16 11:26:11 +0300
commit6b9133c9b60788e360919590309789098727c3e5 (patch)
tree1d9a84a539086e5d2e8db840fe98db6e465bed1f /tox.ini
parent2fcff11b90748b32e6e38c7bdd6fe11103764485 (diff)
downloadpython-glanceclient-6b9133c9b60788e360919590309789098727c3e5.tar.gz
Import i18n functions directly
As stated in i18n guide it is normal to import i18n functions (_, _LW..) directly and we can include i18n functions in hacking exceptions. Also there is no need to make exceptions for six moves because pep8 passes correctly without it. Change-Id: I9c9aa490f1447bb7ae221809df7bc110c27d1336
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4065c13..718cb4d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,4 +45,4 @@ show-source = True
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*openstack/common*,*lib/python*,.update-venv
[hacking]
-import_exceptions = six.moves
+import_exceptions = six.moves,glanceclient._i18n