commit | 61cfd96003aca03518e848a0fc5490787bf066ff | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 19 13:50:10 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 19 13:50:10 1992 +0000 |
tree | 6574627a8d386b63d92c88b83343e1ae8705057c | |
parent | ceb86daa1602a75db4ea851f5d534422768596ac [diff] [blame] |
Added two #! lines
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'