]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added two #! lines
authorGuido van Rossum <guido@python.org>
Tue, 19 May 1992 13:50:10 +0000 (13:50 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 19 May 1992 13:50:10 +0000 (13:50 +0000)
Tools/scripts/checkpyc.py

index 791605859a9c3478b7a2c708064e240190b865cd..16a941f6c981a8401ebe8967b0ae1b10121e1074 100755 (executable)
@@ -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'