[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.79
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 25 Jun 2002 12:15:07 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv14705
Modified Files:
TALInterpreter.py
Log Message:
Remove unused local variable.
=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.78 => 1.79 ===
ostream = self.stream
owrite = self._stream_write
- self.stream = mfp = tmpstream
+ self.stream = tmpstream
self._stream_write = tmpstream.write
try:
if self.debug: