]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
shebang /usr/bin/env python in ez_setup.py
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000 (14:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000 (14:37 -0700)
This makes it so that "./ez_setup.py" works on more platforms.

src/zfec/ez_setup.py

index 34469f0aa1a8ea27f6487a8732df89a0233e18d8..364cbc906321b948063577b9ea404ab83e4ddb02 100644 (file)
@@ -1,4 +1,4 @@
-#!python
+#!/usr/bin/env python
 """Bootstrap setuptools installation
 
 If you want to use setuptools in your package's setup.py, just include this