diff -r 744cd0b4b8cd -r 01f04fbc1842 DebugClients/Python/coverage/cmdline.py --- a/DebugClients/Python/coverage/cmdline.py Thu Jan 07 13:42:51 2010 +0000 +++ b/DebugClients/Python/coverage/cmdline.py Thu Jan 07 13:50:32 2010 +0000 @@ -2,8 +2,8 @@ import optparse, re, sys -from coverage.execfile import run_python_file -from coverage.misc import CoverageException +from .execfile import run_python_file +from .misc import CoverageException class Opts(object): @@ -592,4 +592,4 @@ _, err, _ = sys.exc_info() print(err) status = ERR - return status + return status \ No newline at end of file