summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/checkpyc.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-04-01 20:50:35 (GMT)
committerGuido van Rossum <guido@python.org>1993-04-01 20:50:35 (GMT)
commit41ffccbba75413c64efad283da19b8038aa07dd1 (patch)
tree10b2159a3991c53b4f3353fb686d1b2c5bb67d43 /Tools/scripts/checkpyc.py
parent9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb (diff)
downloadcpython-41ffccbba75413c64efad283da19b8038aa07dd1.zip
cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.gz
cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.bz2
*** empty log message ***
Diffstat (limited to 'Tools/scripts/checkpyc.py')
-rwxr-xr-xTools/scripts/checkpyc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/checkpyc.py b/Tools/scripts/checkpyc.py
index 16a941f..3ace8c8 100755
--- a/Tools/scripts/checkpyc.py
+++ b/Tools/scripts/checkpyc.py
@@ -1,5 +1,5 @@
#! /ufs/guido/bin/sgi/python
-#! /usr/local/python
+#! /usr/local/bin/python
# Check that all ".pyc" files exist and are up-to-date
# Uses module 'os'