diff bin/pkldu.py @ 1459:509d6669429d

pkldu - changed /bin/env to /usr/bin/env which is more standard I hope.
author James Bergstra <bergstrj@iro.umontreal.ca>
date Wed, 06 Apr 2011 13:52:34 -0400
parents 4b27456d3bce
children
line wrap: on
line diff
--- a/bin/pkldu.py	Mon Apr 04 23:40:06 2011 -0400
+++ b/bin/pkldu.py	Wed Apr 06 13:52:34 2011 -0400
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 """
  Script to analyze disk usage of pickled files. See usage.
 """