From 1c456e8210c0e7e2348d8e1e4c4990888606bf7f Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 13 Feb 2008 16:17:14 -0700
Subject: [PATCH] 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".

---
 mac/setup.py | 2 ++
 1 file changed, 2 insertions(+)

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
 
-- 
2.45.2