[ZPT] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.63.10.3.4.5

Fred L. Drake, Jr. fdrake@acm.org
Mon, 10 Jun 2002 15:30:47 -0400


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

Modified Files:
      Tag: fdrake-tal-i18n-branch
	TALInterpreter.py 
Log Message:
Get the default domain right based on a conversation with Barry and
Stephan Richter.


=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.63.10.3.4.4 => 1.63.10.3.4.5 ===
         self.level = 0
         self.scopeLevel = 0
-        self.i18nContext = TranslationContext()
+        self.i18nContext = TranslationContext(domain="default")
 
     def saveState(self):
         return (self.position, self.col, self.stream,