[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.73

Fred L. Drake, Jr. fdrake@acm.org
Fri, 14 Jun 2002 13:44:57 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv2259

Modified Files:
	TALInterpreter.py 
Log Message:
Remove commented-out line of code that isn't needed.
Add XXX to a remaining line.


=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.72 => 1.73 ===
         if not self.i18nInterpolate:
             return msgid
-        # service = self.engine.getTranslationService()
-        # We need to pass in one of context or target_language
+        # XXX We need to pass in one of context or target_language
         return self.engine.translate(self.i18nContext.domain, msgid, i18ndict)
 
     def do_rawtextColumn(self, (s, col)):