DebugClients/Python/coverage/summary.py

changeset 32
01f04fbc1842
parent 31
744cd0b4b8cd
child 790
2c0ea0163ef4
diff -r 744cd0b4b8cd -r 01f04fbc1842 DebugClients/Python/coverage/summary.py
--- a/DebugClients/Python/coverage/summary.py	Thu Jan 07 13:42:51 2010 +0000
+++ b/DebugClients/Python/coverage/summary.py	Thu Jan 07 13:50:32 2010 +0000
@@ -2,8 +2,8 @@
 
 import sys
 
-from coverage.report import Reporter
-from coverage.results import Numbers
+from .report import Reporter
+from .results import Numbers
 
 
 class SummaryReporter(Reporter):
@@ -73,4 +73,4 @@
             args += (total.pc_covered,)
             if self.show_missing:
                 args += ("",)
-            outfile.write(fmt_coverage % args)
+            outfile.write(fmt_coverage % args)
\ No newline at end of file

eric ide

mercurial