summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2014-08-21 17:18:33 -0400
committergordon chung <gord@live.ca>2014-08-21 17:18:33 -0400
commit91943462d7e3e34b2472bc34b6531542ce3b6315 (patch)
tree0abb9e1640d80eef2a3082f641890cb5a4cf1b2a /tox.ini
parent717acd59647e068318b1f374ef803c7fa6498623 (diff)
downloadoslo-middleware-91943462d7e3e34b2472bc34b6531542ce3b6315.tar.gz
expose middleware through oslo.middleware
allow middleware to be called through oslo.middleware rather than through module. Change-Id: Iee535002a3bed221f85e97fb10528fbb9234dcb1
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 14befe5..c8717b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
show-source = True
ignore = E123,E125,H305,H803,H904
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
[hacking]
import_exceptions = oslo.middleware.i18n