diff options
| -rw-r--r-- | repoze/bfg/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index fee7b8d61..a239793ed 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -18,7 +18,7 @@ class IRootPolicy(Interface): """ Return a root object """ class ITraverser(Interface): - def __call__(path): + def __call__(environ): """ Return a tuple in the form (context, name, subpath), typically the result of an object graph traversal """ |
