From: Guido van Rossum Date: Tue, 19 May 1992 13:50:10 +0000 (+0000) Subject: Added two #! lines X-Git-Tag: v0.9.8~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61cfd96003aca03518e848a0fc5490787bf066ff;p=thirdparty%2FPython%2Fcpython.git Added two #! lines --- diff --git a/Tools/scripts/checkpyc.py b/Tools/scripts/checkpyc.py index 791605859a9c..16a941f6c981 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'