summaryrefslogtreecommitdiff
path: root/repoze/bfg/interfaces.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-09-12 21:51:55 +0000
committerChris McDonough <chrism@agendaless.com>2010-09-12 21:51:55 +0000
commit79c11cc905bcc5eae4f1b6e63aa187551966be34 (patch)
tree80f1453383207a55e1dc85cff2a7be042ac1c58c /repoze/bfg/interfaces.py
parentfe27378ab08461d99d295097e957b0bfa30d7c18 (diff)
downloadpyramid-79c11cc905bcc5eae4f1b6e63aa187551966be34.tar.gz
pyramid-79c11cc905bcc5eae4f1b6e63aa187551966be34.tar.bz2
pyramid-79c11cc905bcc5eae4f1b6e63aa187551966be34.zip
remove FinishedEvent (bad idea)
Diffstat (limited to 'repoze/bfg/interfaces.py')
-rw-r--r--repoze/bfg/interfaces.py11
1 files changed, 0 insertions, 11 deletions
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')