diff options
Diffstat (limited to 'repoze/bfg/events.py')
| -rw-r--r-- | repoze/bfg/events.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repoze/bfg/events.py b/repoze/bfg/events.py index b43fd5753..54f60c294 100644 --- a/repoze/bfg/events.py +++ b/repoze/bfg/events.py @@ -32,3 +32,7 @@ class WSGIApplicationCreatedEvent(object): implements(IWSGIApplicationCreatedEvent) def __init__(self, app): self.app = app + + @property + def object(self): + return self.app |
