DebugClients/Python3/DebugClientBase.py

changeset 33
597036b70646
parent 26
a9885e2f3a8c
child 42
23b45a742e17
--- 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)

eric ide

mercurial