DebugClients/Python/coverage/execfile.py

changeset 790
2c0ea0163ef4
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
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

eric ide

mercurial