From 9dd823991a190627cc28bcf5b9f88d3352fff0f7 Mon Sep 17 00:00:00 2001 From: Malthe Borch Date: Tue, 30 Sep 2008 16:17:17 +0000 Subject: Fixed import. --- repoze/bfg/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3