summaryrefslogtreecommitdiffstats
path: root/bin/memlogs.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/memlogs.py')
-rw-r--r--bin/memlogs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/memlogs.py b/bin/memlogs.py
index 1df691e..9d957c9 100644
--- a/bin/memlogs.py
+++ b/bin/memlogs.py
@@ -41,3 +41,9 @@ for fname in sys.argv[1:]:
lines = [l for l in open(fname).readlines() if l[:7] == 'Memory ']
t = tuple([l.split()[-1] for l in lines]) + (fname,)
print fmt % t
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: