From 239a93313a3af9a29ab1e09e54ba970e369a11f2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 12 Sep 2010 12:52:54 +0000 Subject: put exception view in glossary --- repoze/bfg/interfaces.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repoze') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index 8730a5294..3f3794a53 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -40,9 +40,11 @@ class IApplicationCreated(Interface): .. note:: For backwards compatibility with :mod:`repoze.bfg` versions before 1.3, this interface can also be imported as - :class:`repoze.bfg.interfaces.IWSGIApplicationCreatedEvent. + :class:`repoze.bfg.interfaces.IWSGIApplicationCreatedEvent`. """ - app = Attribute(u"Published application") + app = Attribute(u"Created application") + +IWSGIApplicationCreatedEvent = IApplicationCreated # b /c class IFinishedRequest(Interface): """ @@ -55,8 +57,6 @@ class IFinishedRequest(Interface): """ request = Attribute('The request object') -IWSGIApplicationCreatedEvent = IApplicationCreated # b /c - class IResponse(Interface): # not an API status = Attribute('WSGI status code of response') headerlist = Attribute('List of response headers') -- cgit v1.2.3