diff options
Diffstat (limited to 'bin/objcounts.py')
-rw-r--r-- | bin/objcounts.py | 6 |
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: |