DataViews/CodeMetrics.py

changeset 96
9624a110667d
parent 45
9a18f4dbb493
child 406
eacf81fad150
child 792
a13346916170
diff -r 261bc03812fd -r 9624a110667d DataViews/CodeMetrics.py
--- a/DataViews/CodeMetrics.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/DataViews/CodeMetrics.py	Sun Jan 31 17:11:22 2010 +0000
@@ -221,8 +221,6 @@
 
     stats = SourceStat()
     stats.inc('lines', parser.lines)
-    comments = 0
-    empty = 0
     for idx in range(len(parser.tokenlist)):
         tok = parser.tokenlist[idx]
         

eric ide

mercurial