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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index 582e8984d..d7963ef22 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -6,9 +6,9 @@ from zope.component.interfaces import IObjectEvent
class IRequest(Interface):
""" Request type interface attached to all request objects """
-class IRouteRequest(IRequest):
- """ *internal only* interface used to mark a request when a route
- matches. Not an API."""
+class IRouteRequest(Interface):
+ """ *internal only* interface used as in a utility lookup to find
+ route-specific interfaces. Not an API."""
class IResponseFactory(Interface):
""" A utility which generates a response factory """