changeset 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 31d8c6a0a70d
children 86bf03990aad
files bin/pkldu.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.
 """