summaryrefslogtreecommitdiffstats
path: root/Lib/rexec.py
diff options
context:
space:
mode:
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 22b1bb2..7446151 100644
--- a/Lib/rexec.py
+++ b/Lib/rexec.py
@@ -244,7 +244,7 @@ class RExec(ihooks._Verbose):
m.open = m.file = self.r_open
def make_main(self):
- m = self.add_module('__main__')
+ self.add_module('__main__')
def make_osname(self):
osname = os.name