summaryrefslogtreecommitdiffstats
path: root/Demo/parser
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
committerGuido van Rossum <guido@python.org>1996-11-27 19:52:01 (GMT)
commitf06ee5fa072931fc807527535c91a46c149a6746 (patch)
treef5be5d5b642b477eaf52e42de2a7792e2ab91cb7 /Demo/parser
parentcd612d5e5c330bcc77e593cbc406b4214858aa78 (diff)
downloadcpython-f06ee5fa072931fc807527535c91a46c149a6746.zip
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.gz
cpython-f06ee5fa072931fc807527535c91a46c149a6746.tar.bz2
/usr/local/bin/python -> /usr/bin/env python
Diffstat (limited to 'Demo/parser')
-rwxr-xr-xDemo/parser/test_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/parser/test_parser.py b/Demo/parser/test_parser.py
index e114d76..f91592f 100755
--- a/Demo/parser/test_parser.py
+++ b/Demo/parser/test_parser.py
@@ -1,4 +1,4 @@
-#! /projects/python/Python-1.4b2/python
+#! /usr/bin/env python
# (Force the script to use the latest build.)
#
# test_parser.py