From: zooko Date: Wed, 8 Aug 2007 21:37:40 +0000 (+0530) Subject: shebang /usr/bin/env python in ez_setup.py X-Git-Url: https://git.rkrishnan.org/rgr-080307.php?a=commitdiff_plain;h=24235a1bc48d62ce4419c3ad1ef301eafe6ba4ae;p=tahoe-lafs%2Fzfec.git shebang /usr/bin/env python in ez_setup.py This makes it so that "./ez_setup.py" works on more platforms. darcs-hash:009f66d9c8314c7c475785627b9c17048f990b49 --- diff --git a/zfec/ez_setup.py b/zfec/ez_setup.py index ae3b49d..04abbd9 100755 --- a/zfec/ez_setup.py +++ b/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