Spell the Windows environment variables consistently "SystemDrive"
[scons.git] / bin / memlogs.py
index 1df691e06a0b142a91b20b00e8bd90dedd8feeaf..9d957c9f62eb250a6d10fe6ef72a1baa34a26ce8 100644 (file)
@@ -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: