[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py ensure instance variable is initialized (same as Zope 3 version)

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 15 10:35:12 EDT 2005


Log message for revision 37937:
  ensure instance variable is initialized (same as Zope 3 version)

Changed:
  U   Zope/trunk/lib/python/TAL/TALInterpreter.py

-=-
Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py
===================================================================
--- Zope/trunk/lib/python/TAL/TALInterpreter.py	2005-08-15 12:03:55 UTC (rev 37936)
+++ Zope/trunk/lib/python/TAL/TALInterpreter.py	2005-08-15 14:34:42 UTC (rev 37937)
@@ -160,6 +160,7 @@
         self.macros = macros
         self.engine = engine # Execution engine (aka context)
         self.Default = engine.getDefault()
+        self._currentTag = ""
         self._stream_stack = [stream or sys.stdout]
         self.popStream()
         self.debug = debug



More information about the Zope-Checkins mailing list