summaryrefslogtreecommitdiff
path: root/repoze/bfg/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'repoze/bfg/interfaces.py')
-rw-r--r--repoze/bfg/interfaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index 086c93f3a..86e2206e3 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -16,6 +16,7 @@ class INewRequest(Interface):
class INewResponse(Interface):
""" An event type that is emitted whenever any :mod:`repoze.bfg`
view returns a response."""
+ request = Attribute('The request object')
response = Attribute('The response object')
class IWSGIApplicationCreatedEvent(Interface):