[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALGenerator.py:1.52.16.3.4.2

Fred L. Drake, Jr. fdrake@acm.org
Tue, 21 May 2002 18:12:13 -0400


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

Modified Files:
      Tag: fdrake-tal-i18n-branch
	TALGenerator.py 
Log Message:
Comment out assertion that could only have been added while trying to
figure out the code.


=== Zope3/lib/python/Zope/TAL/TALGenerator.py 1.52.16.3.4.1 => 1.52.16.3.4.2 ===
         else:
             assert key == "structure"
-            assert 0, 'emitSubstitution...' + `cexpr, attrDict, program`
+            #assert 0, 'emitSubstitution...' + `cexpr, attrDict, program`
             self.emit("insertStructure", cexpr, attrDict, program)
 
     def emitDefineMacro(self, macroName):