From 61cfd96003aca03518e848a0fc5490787bf066ff Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 19 May 1992 13:50:10 +0000 Subject: Added two #! lines --- Tools/scripts/checkpyc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/scripts/checkpyc.py b/Tools/scripts/checkpyc.py index 791605859a..16a941f6c9 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' -- cgit v1.2.1