Commit 9927173e authored by 's avatar

fix newlines to avoid diff with 2.3 branch

parent 26520498
......@@ -320,8 +320,7 @@ class Bindings:
return caller_namespace
def __call__(self, *args, **kw):
'''Calls the script.
'''
'''Calls the script.'''
return self._bindAndExec(args, kw, None)
def __render_with_namespace__(self, namespace):
......
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