diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-13 15:18:21 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-13 15:18:21 +0000 |
| commit | 83df8b32956ed6044b88daf8fffd63d15b33d4ba (patch) | |
| tree | ab580537c4dede61b401d19cc8b88e162d66064c /repoze/bfg/events.py | |
| parent | dd7b5b0d23befab02efd8db9824adbf5ae2b8372 (diff) | |
| download | pyramid-83df8b32956ed6044b88daf8fffd63d15b33d4ba.tar.gz pyramid-83df8b32956ed6044b88daf8fffd63d15b33d4ba.tar.bz2 pyramid-83df8b32956ed6044b88daf8fffd63d15b33d4ba.zip | |
- Get rid of references to repoze.bfg.router.Router.
Diffstat (limited to 'repoze/bfg/events.py')
| -rw-r--r-- | repoze/bfg/events.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/events.py b/repoze/bfg/events.py index 6c64fa2ec..bdccfba9c 100644 --- a/repoze/bfg/events.py +++ b/repoze/bfg/events.py @@ -53,8 +53,8 @@ class WSGIApplicationCreatedEvent(object): """ An instance of this class is emitted as an :term:`event` when the :meth:`repoze.bfg.configuration.Configurator.make_wsgi_app` is called. The instance has an attribute, ``app``, which is an - instance of the :class:`repoze.bfg.router.Router` class that will - handle WSGI requests. This class implements the + instance of the :term:`router` that will handle WSGI requests. + This class implements the :class:`repoze.bfg.interfaces.IWSGIApplicationCreatedEvent` interface.""" implements(IWSGIApplicationCreatedEvent) |
