diff -r 01f04fbc1842 -r 597036b70646 DebugClients/Python3/DebugClientBase.py --- a/DebugClients/Python3/DebugClientBase.py Thu Jan 07 13:50:32 2010 +0000 +++ b/DebugClients/Python3/DebugClientBase.py Thu Jan 07 13:51:10 2010 +0000 @@ -816,6 +816,7 @@ # generate a coverage object if int(cov): + from coverage import coverage self.cover = coverage(auto_data = True, data_file = "{0}.coverage".format(os.path.splitext(covname)[0])) self.cover.use_cache(True)