[Zope3-checkins] CVS: Zope3/src/zope/tal - talinterpreter.py:1.26

Godefroid Chapelle gotcha at swing.be
Fri Aug 8 07:43:58 EDT 2003


Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv28457

Modified Files:
	talinterpreter.py 
Log Message:
remove apply call

xCVS: ----------------------------------------------------------------------


=== Zope3/src/zope/tal/talinterpreter.py 1.25 => 1.26 ===
--- Zope3/src/zope/tal/talinterpreter.py:1.25	Wed Aug  6 11:12:41 2003
+++ Zope3/src/zope/tal/talinterpreter.py	Fri Aug  8 06:43:53 2003
@@ -67,7 +67,7 @@
 
     def emit(self, *args):
         if self.enabled:
-            apply(TALGenerator.emit, (self,) + args)
+            TALGenerator.emit(self, *args)
 
     def emitStartElement(self, name, attrlist, taldict, metaldict, i18ndict,
                          position=(None, None), isend=0):




More information about the Zope3-Checkins mailing list