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.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index 4b2b626e6..4d557b098 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -66,8 +66,9 @@ class IViewPermissionFactory(Interface):
def __call__(context, request):
""" Return an IViewPermission """
-class IURLDispatchModel(Interface):
- """ A model that is created as a result of URL dispatching """
+class IRoutesContext(Interface):
+ """ A context (model instance) that is created as a result of URL
+ dispatching"""
class INewRequest(Interface):
""" An event type that is emitted whenever repoze.bfg begins to