diff options
| author | Malthe Borch <mborch@gmail.com> | 2008-09-30 16:17:17 +0000 |
|---|---|---|
| committer | Malthe Borch <mborch@gmail.com> | 2008-09-30 16:17:17 +0000 |
| commit | 9dd823991a190627cc28bcf5b9f88d3352fff0f7 (patch) | |
| tree | 149d571bb77b236611b29d5e48a562159eb16e89 | |
| parent | eba6f875f3fd0af8ff0aa5ba821c3f899535348f (diff) | |
| download | pyramid-9dd823991a190627cc28bcf5b9f88d3352fff0f7.tar.gz pyramid-9dd823991a190627cc28bcf5b9f88d3352fff0f7.tar.bz2 pyramid-9dd823991a190627cc28bcf5b9f88d3352fff0f7.zip | |
Fixed import.
| -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 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): |
