DebugClients/Python/coverage/report.py

branch
5_0_x
changeset 807
ecc71fdd67f1
parent 32
01f04fbc1842
child 3495
fac17a82b431
diff -r 30db18b3c78b -r ecc71fdd67f1 DebugClients/Python/coverage/report.py
--- a/DebugClients/Python/coverage/report.py	Tue Jan 04 18:18:38 2011 +0100
+++ b/DebugClients/Python/coverage/report.py	Tue Jan 04 18:44:51 2011 +0100
@@ -57,4 +57,7 @@
                 report_fn(cu, self.coverage._analyze(cu))
             except NoSource:
                 if not self.ignore_errors:
-                    raise
\ No newline at end of file
+                    raise
+
+#
+# eflag: FileType = Python2

eric ide

mercurial