From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 4 Jun 2007 11:45:17 +0000 (-0700)
Subject: zfec: shebang usr bin env python in ez_setup.py
X-Git-Tag: allmydata-tahoe-0.5.0~108
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/install.html?a=commitdiff_plain;h=85226896414c388519fce2b2f3a0b39937fc8640;p=tahoe-lafs%2Ftahoe-lafs.git

zfec: shebang usr bin env python in ez_setup.py
---

diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py
index 364cbc90..34469f0a 100644
--- a/src/zfec/ez_setup.py
+++ b/src/zfec/ez_setup.py
@@ -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