From 90a6a4282c5d4700f919bf0a28af21ded6b5d516 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 12 Jul 2008 03:22:34 +0000 Subject: This interface is not appropriate here. --- repoze/bfg/interfaces.py | 5 ----- 1 file changed, 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") - -- cgit v1.2.3