DebugClients/Python/coverage/execfile.py

changeset 32
01f04fbc1842
parent 31
744cd0b4b8cd
child 790
2c0ea0163ef4
diff -r 744cd0b4b8cd -r 01f04fbc1842 DebugClients/Python/coverage/execfile.py
--- a/DebugClients/Python/coverage/execfile.py	Thu Jan 07 13:42:51 2010 +0000
+++ b/DebugClients/Python/coverage/execfile.py	Thu Jan 07 13:50:32 2010 +0000
@@ -2,8 +2,8 @@
 
 import imp, os, sys
 
-from coverage.backward import exec_function
-from coverage.misc import NoSource
+from .backward import exec_function
+from .misc import NoSource
 
 
 try:
@@ -47,4 +47,4 @@
 
         # Restore the old argv and path
         sys.argv = old_argv
-        sys.path[0] = old_path0
+        sys.path[0] = old_path0
\ No newline at end of file

eric ide

mercurial