commit | e33901eb2b196149eab06f2943256e07b494fbb1 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Mar 25 01:50:43 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Mar 25 01:50:43 2006 +0000 |
tree | 81825c6becdae54bd24e7d5d744d9a87f9b0a0a8 | |
parent | 1a9fac09377b1da9e86fd4fbb80257b49623d984 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/runpy.py b/Lib/runpy.py index 496b095..0af9a50 100755 --- a/Lib/runpy.py +++ b/Lib/runpy.py
@@ -387,9 +387,9 @@ finally: sys.argv[0] = saved_argv0 if restore_module: - sys.modules[mod_name] = saved_module + sys.modules[mod_name] = saved_module else: - del sys.modules[mod_name] + del sys.modules[mod_name] # Copy the globals of the temporary module, as they # may be cleared when the temporary module goes away return mod_globals.copy()