From 79c11cc905bcc5eae4f1b6e63aa187551966be34 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 12 Sep 2010 21:51:55 +0000 Subject: remove FinishedEvent (bad idea) --- repoze/bfg/interfaces.py | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'repoze/bfg/interfaces.py') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index 3f3794a53..136680202 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -46,17 +46,6 @@ class IApplicationCreated(Interface): IWSGIApplicationCreatedEvent = IApplicationCreated # b /c -class IFinishedRequest(Interface): - """ - This :term:`event` is sent after all request processing is - finished. See the - documentation attached to :class:`repoze.bfg.events.FinishedRequest` - for more information. - - .. note:: This event type is new as of :mod:`repoze.bfg` 1.3. - """ - request = Attribute('The request object') - class IResponse(Interface): # not an API status = Attribute('WSGI status code of response') headerlist = Attribute('List of response headers') -- cgit v1.2.3