]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
shebang /usr/bin/env python in ez_setup.py
authorzooko <zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000 (03:07 +0530)
committerzooko <zooko@zooko.com>
Wed, 8 Aug 2007 21:37:40 +0000 (03:07 +0530)
This makes it so that "./ez_setup.py" works on more platforms.

darcs-hash:009f66d9c8314c7c475785627b9c17048f990b49

zfec/ez_setup.py

index ae3b49df44e0aa3db2498427e5e30d87bd512828..04abbd9df1e8ef401706ef5f80a03c731aeff3ca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!python
 """Bootstrap setuptools installation
 
 If you want to use setuptools in your package's setup.py, just include this