summaryrefslogtreecommitdiffstats
path: root/Lib/rexec.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-05-30 00:06:01 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-05-30 00:06:01 (GMT)
commit1dbe6c07280250bb36edb135188912ad0df1a0a8 (patch)
treef921226b3a9991569f72870775db62411e1db443 /Lib/rexec.py
parentca948b40b4fa16d9dca779d5d7f782a68c53b119 (diff)
downloadcpython-1dbe6c07280250bb36edb135188912ad0df1a0a8.zip
cpython-1dbe6c07280250bb36edb135188912ad0df1a0a8.tar.gz
cpython-1dbe6c07280250bb36edb135188912ad0df1a0a8.tar.bz2
Move statement out of comment block
Diffstat (limited to 'Lib/rexec.py')
-rw-r--r--Lib/rexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py
index 6dc1585a..7a239bc 100644
--- a/Lib/rexec.py
+++ b/Lib/rexec.py
@@ -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