Commit 1dbe6c07 authored by Raymond Hettinger's avatar Raymond Hettinger

Move statement out of comment block

parent ca948b40
......@@ -429,9 +429,9 @@ class RExec(ihooks._Verbose):
expression, or a compiled code object, which will be evaluated in
the restricted environment's __main__ module. The value of the
expression or code object will be returned.
return self.s_apply(self.r_eval, args)
"""
return self.s_apply(self.r_eval, args)
def s_execfile(self, *args):
"""Execute the Python code in the file in the restricted
......
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