summaryrefslogtreecommitdiff
path: root/webtest
diff options
context:
space:
mode:
authorArthur Vuillard <arthur.vuillard@gmail.com>2013-02-22 11:28:13 +0100
committerArthur Vuillard <arthur.vuillard@gmail.com>2013-02-22 11:28:13 +0100
commit7d237d8546fc4de0672bd0477fca334f5c2e8d20 (patch)
tree09514028f85732c0568ff0859e4042f67bfc8ee2 /webtest
parent022a8f0906df3ce42b80799135775e20cd454220 (diff)
downloadwebtest-7d237d8546fc4de0672bd0477fca334f5c2e8d20.tar.gz
Deletion of unused function make_middleware
Diffstat (limited to 'webtest')
-rw-r--r--webtest/lint.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/webtest/lint.py b/webtest/lint.py
index 779ab29..c31fcc0 100644
--- a/webtest/lint.py
+++ b/webtest/lint.py
@@ -499,11 +499,4 @@ def check_iterator(iterator):
"instead return a single-item list containing that string.")
-def make_middleware(application, global_conf):
- # @@: global_conf should be taken out of the middleware function,
- # and isolated here
- return middleware(application)
-
-make_middleware.__doc__ = __doc__
-
-__all__ = ['middleware', 'make_middleware']
+__all__ = ['middleware']