From 8b2c67309a9a3f9cf709bf3003dc3275f17c709e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 4 Jul 2008 17:50:59 +0000 Subject: Don't depend on ZODB; shuffle policy responsibilities around a little. --- repoze/bfg/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze/bfg/interfaces.py') 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) """ -- cgit v1.2.3