]> granicus.if.org Git - python/commitdiff
Move statement out of comment block
authorRaymond Hettinger <python@rcn.com>
Thu, 30 May 2002 00:06:01 +0000 (00:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 30 May 2002 00:06:01 +0000 (00:06 +0000)
Lib/rexec.py

index 6dc1585ab4d3746f852de1e680cc2c028c68e865..7a239bc1956f957f5ccf090e92bd5c12a91ba188 100644 (file)
@@ -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