ztfy/utils/tal/interfaces.py
changeset 52 6a542c8e1b96
parent 30 3c237f16b603
child 58 a2b74dda721b
--- a/ztfy/utils/tal/interfaces.py	Sat Apr 10 16:31:08 2010 +0200
+++ b/ztfy/utils/tal/interfaces.py	Sat Apr 17 02:16:51 2010 +0200
@@ -50,6 +50,9 @@
 class IHTMLTalesAPI(Interface):
     """'html' TALES namespace interface"""
 
+    def renderer():
+        """Get text to HTML renderer"""
+
     def totext():
         """Convert adapted HTML content to text"""