ztfy/utils/tal/interfaces.py
changeset 58 a2b74dda721b
parent 52 6a542c8e1b96
child 66 cff370b82f25
--- a/ztfy/utils/tal/interfaces.py	Tue Jul 27 22:34:47 2010 +0200
+++ b/ztfy/utils/tal/interfaces.py	Sat Aug 28 02:40:42 2010 +0200
@@ -64,3 +64,10 @@
 
     def rest():
         """Convert adapted reStructuredText to HTML"""
+
+
+class IRequestDataTalesAPI(Interface):
+    """Request 'data' TALES namespace interface"""
+
+    def __getattr__(attr):
+        """Get request data for given attribute"""