From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 13 Feb 2008 23:17:14 +0000 (-0700)
Subject: mac: shebang usr bin env python
X-Git-Tag: allmydata-tahoe-0.8.0~68
X-Git-Url: https://git.rkrishnan.org/vdrive/index.html?a=commitdiff_plain;h=1c456e8210c0e7e2348d8e1e4c4990888606bf7f;p=tahoe-lafs%2Ftahoe-lafs.git

mac: shebang usr bin env python
This makes it so that I can run "./setup.py" on the command-line, instead of "python ./setup.py".
---

diff --git a/mac/setup.py b/mac/setup.py
index bf8cf299..de9b9794 100644
--- a/mac/setup.py
+++ b/mac/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 from setuptools import setup
 import py2app