summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-21 19:48:41 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-21 19:48:41 -0500
commit3bc703b823969a08fc88bfb20e3d2440927dadb7 (patch)
treed0ee9c954a0796f5efeda016b155af2eabaa7764 /tox.ini
parentc46b2c684ef487fe0544f978eff7380ef42a40ba (diff)
downloadoslo-middleware-3bc703b823969a08fc88bfb20e3d2440927dadb7.tar.gz
Move i18n module to a private name
The i18n module for this library is private to the library and should never be used by outside code. Rename the module to reflect this. Change-Id: I39149056daeeb27428b938fb9cd7278cd42f2444
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 ea321a6..189804e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,4 +37,4 @@ ignore = E123,E125,H305,H803,H904
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[hacking]
-import_exceptions = oslo_middleware.i18n
+import_exceptions = oslo_middleware._i18n