summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-12 03:22:34 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-12 03:22:34 +0000
commit90a6a4282c5d4700f919bf0a28af21ded6b5d516 (patch)
tree92604ba83cbfa8422c14e6ff60faa168da26990b
parent09d21f3f9f440812049746f0573cfa7f6aa8c7e5 (diff)
downloadpyramid-90a6a4282c5d4700f919bf0a28af21ded6b5d516.tar.gz
pyramid-90a6a4282c5d4700f919bf0a28af21ded6b5d516.tar.bz2
pyramid-90a6a4282c5d4700f919bf0a28af21ded6b5d516.zip
This interface is not appropriate here.
-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")
-