normalize shebang lines to #!/usr/bin/env python

This commit is contained in:
Benjamin Peterson 2010-03-11 22:33:25 +00:00
parent afa595b31b
commit 9cf41d0c9d
26 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""CGI test 1 - check server setup."""

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""CGI test 2 - basic use of cgi module."""

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""CGI test 3 (persistent data)."""

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo-I_dont_like_tiltdemo.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_bytedesign.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: cp1252 -*-
""" turtle-example-suite:

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_fractalCurves.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
xtx_lindenmayer_indian.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_minimal_hanoi.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_paint.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_peace.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" xturtle-example-suite:
xtx_kites_and_darts.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_planets_and_moon.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_tree.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
""" turtle-example-suite:
tdemo_yinyang.py

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
import os

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
## DEMONSTRATES USE OF 2 CANVASES, SO CANNOT BE RUN IN DEMOVIEWER!
"""turtle example: Using TurtleScreen and RawTurtle
for drawing on two distinct canvases.

View file

@ -1,4 +1,4 @@
#! /usr/bin/python
#!/usr/bin/env python
import smtplib

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from test import test_support
from test.test_support import TESTFN, import_module

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#
# Test suite for Optik. Supplied by Johannes Gijsbers

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
This script is used to build the "official unofficial" universal build on
Mac OS X. It requires Mac OS X 10.4, Xcode 2.2 and the 10.4u SDK to do its

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""fixapplepython23 - Fix Apple-installed Python 2.3 (on Mac OS X 10.3)
Python 2.3 (and 2.3.X for X<5) have the problem that building an extension

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
"""Recursively zap all .pyc and .pyo files"""
import os
import sys

View file

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
"""FAQ wizard bootstrap."""

View file

@ -1,4 +1,4 @@
#!python
#!/usr/bin/env python
# Setup file for pybench
#

View file

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
""" Utility for parsing HTML entity definitions available from:
http://www.w3.org/ as e.g.