[Checkins] SVN: Sandbox/malthe/chameleon.html/src/chameleon/html/interfaces.py Added interface for resource location.

Malthe Borch mborch at gmail.com
Thu Sep 25 21:24:42 EDT 2008


Log message for revision 91495:
  Added interface for resource location.

Changed:
  A   Sandbox/malthe/chameleon.html/src/chameleon/html/interfaces.py

-=-
Added: Sandbox/malthe/chameleon.html/src/chameleon/html/interfaces.py
===================================================================
--- Sandbox/malthe/chameleon.html/src/chameleon/html/interfaces.py	                        (rev 0)
+++ Sandbox/malthe/chameleon.html/src/chameleon/html/interfaces.py	2008-09-26 01:24:42 UTC (rev 91495)
@@ -0,0 +1,7 @@
+from zope import interface
+
+class IResourceLocation(interface.Interface):
+    """The URL at which this resource is available. This interface
+    will typically be provided by a component that adapts (context,
+    request, path) and returns a string."""
+



More information about the Checkins mailing list