comparison 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
comparison
equal deleted inserted replaced
1458:31d8c6a0a70d 1459:509d6669429d
1 #!/bin/env python 1 #!/usr/bin/env python
2 """ 2 """
3 Script to analyze disk usage of pickled files. See usage. 3 Script to analyze disk usage of pickled files. See usage.
4 """ 4 """
5 __authors__ = "Ian Goodfellow, Razvan Pascanu" 5 __authors__ = "Ian Goodfellow, Razvan Pascanu"
6 __copyright__ = "(c) 2010, Universite de Montreal" 6 __copyright__ = "(c) 2010, Universite de Montreal"