summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repoze/bfg/interfaces.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py
index b4c222418..eac3ecdae 100644
--- a/repoze/bfg/interfaces.py
+++ b/repoze/bfg/interfaces.py
@@ -39,8 +39,3 @@ class IWSGIApplicationFactory(Interface):
def __call__(context, request, view):
""" Return an object that implements IWSGIApplication """
-class ILocation(Interface):
- """Objects that have a structural location"""
- __parent__ = Attribute("The parent in the location hierarchy")
- __name__ = Attribute("The name of the object")
-