Commit 61832080 authored by Andreas Jung's avatar Andreas Jung

added

parent 9c4e2f0d
from zope.interface import Interface
class IUnicodeEncodingConflictResolver(Interface):
class resolve(context, text):
""" Returns 'text' as unicode string.
'context' is the current context object
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment