[Repoze-checkins] r1289 - repoze.bfg/trunk/repoze/bfg
Chris McDonough
chrism at agendaless.com
Fri Jul 11 23:22:35 EDT 2008
Author: Chris McDonough <chrism at agendaless.com>
Date: Fri Jul 11 23:22:34 2008
New Revision: 1289
Log:
This interface is not appropriate here.
Modified:
repoze.bfg/trunk/repoze/bfg/interfaces.py
Modified: repoze.bfg/trunk/repoze/bfg/interfaces.py
==============================================================================
--- repoze.bfg/trunk/repoze/bfg/interfaces.py (original)
+++ repoze.bfg/trunk/repoze/bfg/interfaces.py Fri Jul 11 23:22:34 2008
@@ -39,8 +39,3 @@
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")
-
More information about the Repoze-checkins
mailing list