summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-01-02 14:24:57 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-01-12 12:50:41 -0500
commite55a83e832d888e1a5fb087863590b08e7bd6090 (patch)
tree547db8b3723f468022f7f9d921b454910ec988fd /tox.ini
parent8102f25dd267f8f21b521d18930af921aef711db (diff)
downloadoslo-messaging-e55a83e832d888e1a5fb087863590b08e7bd6090.tar.gz
Move files out of the namespace package
Move the public API out of oslo.messaging to oslo_messaging. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Co-authored-by: Mehdi Abaakouk <mehdi.abaakouk@enovance.com> Change-Id: Ia562010c152a214f1c0fed767c82022c7c2c52e7
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 dd0f1da..428b051 100644
--- a/tox.ini
+++ b/tox.ini
@@ -54,5 +54,5 @@ exclude = .tox,dist,doc,*.egg,build,__init__.py
[hacking]
import_exceptions =
- oslo.messaging._i18n
+ oslo_messaging._i18n
six.moves