Commit 8b619efe authored by Andreas Jung's avatar Andreas Jung

removed unnecessary self.evaluate() call inside _handleTest()

(culprit from the last refactoring)
parent 622aa860
...@@ -208,8 +208,6 @@ class ZopeContext(Context): ...@@ -208,8 +208,6 @@ class ZopeContext(Context):
def _handleText(self, text, expr): def _handleText(self, text, expr):
text = self.evaluate(expr)
if text is self.getDefault() or text is None: if text is self.getDefault() or text is None:
# XXX: should be unicode??? # XXX: should be unicode???
return text return text
......
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