Commit 6d458a29 authored by Fred Drake's avatar Fred Drake

avoid minor difference between the Zope 2 and Zope 3 versions

parent 219b4214
......@@ -455,8 +455,7 @@ class TALInterpreter:
def do_rawtextBeginScope(self, (s, col, position, closeprev, dict)):
self._stream_write(s)
self.col = col
self.position = position
self.engine.setPosition(position)
self.do_setPosition(position)
if closeprev:
engine = self.engine
engine.endScope()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment