DebugClients/Python/coverage/execfile.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 32
01f04fbc1842
child 3495
fac17a82b431
equal deleted inserted replaced
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

eric ide

mercurial