806:30db18b3c78b | 807:ecc71fdd67f1 |
---|---|
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 |