summaryrefslogtreecommitdiff
path: root/repoze/bfg/interfaces.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-29 18:48:48 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-29 18:48:48 +0000
commitfaaebc304a29308a98b22d8fc56c500b018b6c90 (patch)
treea5e3430eecff3fa11ea7cee6c15dbfccaecaa08f /repoze/bfg/interfaces.py
parent770ee43de26fbd04c27f32121d2a4a1138c93d82 (diff)
downloadpyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.tar.gz
pyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.tar.bz2
pyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.zip
Rejigger and document wsgi app created event.
Diffstat (limited to 'repoze/bfg/interfaces.py')
-rw-r--r--repoze/bfg/interfaces.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index d1a8fc63a..db2d1622d 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -92,9 +92,3 @@ class IWSGIApplicationCreatedEvent(IObjectEvent):
configured."""
app = Attribute(u"Published application")
-
-class WSGIApplicationCreatedEvent(object):
- implements(IWSGIApplicationCreatedEvent)
-
- def __init__(self, app):
- self.app = app