diff options
| author | Guido van Rossum <guido@python.org> | 1992-05-19 13:50:10 (GMT) |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1992-05-19 13:50:10 (GMT) |
| commit | 61cfd96003aca03518e848a0fc5490787bf066ff (patch) | |
| tree | 6574627a8d386b63d92c88b83343e1ae8705057c | |
| parent | ceb86daa1602a75db4ea851f5d534422768596ac (diff) | |
| download | cpython-61cfd96003aca03518e848a0fc5490787bf066ff.zip cpython-61cfd96003aca03518e848a0fc5490787bf066ff.tar.gz cpython-61cfd96003aca03518e848a0fc5490787bf066ff.tar.bz2 | |
Added two #! lines
| -rwxr-xr-x | Tools/scripts/checkpyc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/checkpyc.py b/Tools/scripts/checkpyc.py index 7916058..16a941f 100755 --- a/Tools/scripts/checkpyc.py +++ b/Tools/scripts/checkpyc.py @@ -1,3 +1,5 @@ +#! /ufs/guido/bin/sgi/python +#! /usr/local/python # Check that all ".pyc" files exist and are up-to-date # Uses module 'os' |
