[Zope-Checkins] SVN: Zope/branches/ajung-death-to-unicode-errors/lib/python/Products/PageTemplates/interfaces.py added

Andreas Jung andreas at andreas-jung.com
Sat Jan 6 13:22:34 EST 2007


Log message for revision 71748:
  added
  

Changed:
  A   Zope/branches/ajung-death-to-unicode-errors/lib/python/Products/PageTemplates/interfaces.py

-=-
Added: Zope/branches/ajung-death-to-unicode-errors/lib/python/Products/PageTemplates/interfaces.py
===================================================================
--- Zope/branches/ajung-death-to-unicode-errors/lib/python/Products/PageTemplates/interfaces.py	2007-01-06 17:54:20 UTC (rev 71747)
+++ Zope/branches/ajung-death-to-unicode-errors/lib/python/Products/PageTemplates/interfaces.py	2007-01-06 18:22:34 UTC (rev 71748)
@@ -0,0 +1,12 @@
+
+
+from zope.interface import Interface
+
+class IUnicodeEncodingConflictResolver(Interface):
+
+    class resolve(context, text):
+        """ Returns 'text' as unicode string. 
+            'context' is the current context object
+        """
+
+



More information about the Zope-Checkins mailing list