--- 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