summaryrefslogtreecommitdiff
path: root/repoze/bfg/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/interfaces.py')
-rw-r--r--repoze/bfg/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index 5e1a605ec..711ea44cc 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -5,6 +5,6 @@ class IWSGIApplication(Interface):
""" Represent a WSGI (PEP 333) application """
class IPolicy(Interface):
- def __call__(environ):
+ def __call__(root, environ):
""" Return a tuple in the form (context, name, subpath) """