[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - driver.py:1.25.18.3.4.3

Barry Warsaw barry@wooz.org
Tue, 11 Jun 2002 15:52:21 -0400


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

Modified Files:
      Tag: fdrake-tal-i18n-branch
	driver.py 
Log Message:
TimeEngine.__init__(): Oops!  I changed the attribute name at the last
second. ;)


=== Zope3/lib/python/Zope/TAL/driver.py 1.25.18.3.4.2 => 1.25.18.3.4.3 ===
     def __init__(self, macros=None):
         DummyEngine.__init__(self, macros)
-        self.dummyTranslationService = TimeFormatTranslation()
+        self.translationService = TimeFormatTranslation()
 
     def evaluatePathOrVar(self, expr):
         expr = expr.strip()