789:c190cd71b097 | 790:2c0ea0163ef4 |
---|---|
46 sys.modules['__main__'] = old_main_mod | 46 sys.modules['__main__'] = old_main_mod |
47 | 47 |
48 # Restore the old argv and path | 48 # Restore the old argv and path |
49 sys.argv = old_argv | 49 sys.argv = old_argv |
50 sys.path[0] = old_path0 | 50 sys.path[0] = old_path0 |
51 | |
52 # | |
53 # eflag: FileType = Python2 |