[Zope3-checkins] CVS: Zope3/src/zope/tal - interfaces.py:1.12
Gintautas Miliauskas
gintas at pov.lt
Mon Apr 5 04:10:32 EDT 2004
Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv19760/src/zope/tal
Modified Files:
interfaces.py
Log Message:
Comment references ITranslationService which does not seem to exist.
=== Zope3/src/zope/tal/interfaces.py 1.11 => 1.12 ===
--- Zope3/src/zope/tal/interfaces.py:1.11 Tue Mar 23 14:18:17 2004
+++ Zope3/src/zope/tal/interfaces.py Mon Apr 5 04:10:30 2004
@@ -156,6 +156,7 @@
def translate(msgid, domain=None, mapping=None, default=None):
"""See ITranslationService.translate()"""
+ # XXX ITranslationService does not exist!
def evaluateCode(lang, code):
"""Evaluates code of the given language.
More information about the Zope3-Checkins
mailing list