summaryrefslogtreecommitdiff
path: root/Mac/scripts/zappycfiles.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:33:25 +0000
commit9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb (patch)
treef9501c1ee9cda66cc615050332b2372dd0740751 /Mac/scripts/zappycfiles.py
parentafa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 (diff)
downloadcpython-git-9cf41d0c9d48e6f7df971ebc596aa4cf269b70bb.tar.gz
normalize shebang lines to #!/usr/bin/env python
Diffstat (limited to 'Mac/scripts/zappycfiles.py')
-rw-r--r--Mac/scripts/zappycfiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/zappycfiles.py b/Mac/scripts/zappycfiles.py
index a8193c1206..d829159dac 100644
--- a/Mac/scripts/zappycfiles.py
+++ b/Mac/scripts/zappycfiles.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/env python
"""Recursively zap all .pyc and .pyo files"""
import os
import sys