summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 196809437..ffa61a11e 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -79,7 +79,7 @@ class IRouter(Interface):
"""WSGI application which routes requests to 'view' code based on
a view registry."""
- registry = interface.Attribute(
+ registry = Attribute(
"""Component architecture registry local to this application.""")
class IRoutesContext(Interface):