summaryrefslogtreecommitdiffstats
path: root/bin/objcounts.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/objcounts.py')
-rw-r--r--bin/objcounts.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/objcounts.py b/bin/objcounts.py
index db02aab..ca814b4 100644
--- a/bin/objcounts.py
+++ b/bin/objcounts.py
@@ -101,3 +101,9 @@ keys = c2.keys()
keys.sort()
for k in keys:
printline(['--']*4, c2[k], k)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: