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.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