DataViews/CodeMetrics.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3021
801289962f4e
child 3145
a9de05d4a22f
--- a/DataViews/CodeMetrics.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/DataViews/CodeMetrics.py	Fri Nov 01 15:48:48 2013 +0100
@@ -179,8 +179,8 @@
         Public method used to format and print the collected statistics.
         """
         label_len = 79 - len(spacer) - 6 * 6
-        print(spacer + "FUNCTION / CLASS".ljust(label_len) + \
-            " START   END LINES  NLOC  COMM EMPTY")
+        print(spacer + "FUNCTION / CLASS".ljust(label_len) +
+              " START   END LINES  NLOC  COMM EMPTY")
         for id in self.identifiers + ['TOTAL ']:
             label = id
             counters = self.counters.get(id, {})

eric ide

mercurial