]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove references to /ufs/guido/bin/sgi/python
authorGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 11:43:11 +0000 (11:43 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Jan 1994 11:43:11 +0000 (11:43 +0000)
Demo/scripts/eqfix.py
Demo/scripts/freeze.py
Demo/scripts/lpwatch.py
Demo/scripts/mkrcs.py
Tools/scripts/checkpyc.py
Tools/scripts/classfix.py
Tools/scripts/fixcid.py
Tools/scripts/methfix.py
Tools/scripts/xxci.py

index 74b5536ea8350f94f861fb62bac31f4791cab158..794221af10a6b547bc96b4b0d0757e70beadaf5b 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # Fix Python source files to use the new equality test operator, i.e.,
index 85ab5bc098af8ddc5a0a42fc53f65dbc6c9a3d17..d5230c69c5c0a2d95c97736d386c019e34c14181 100755 (executable)
@@ -1,4 +1,4 @@
-#! /ufs/guido/bin/sgi/python
+#! /usr/local/bin/python
 
 # Given a Python script, create a binary that runs the script.
 # The binary is 100% independent of Python libraries and binaries.
index 7fa85db09d71ef8825c84df2e5ec72607d8f55f6..af7d9144b0f5cc64136a5fe1c1f172980e4e7538 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # Watch line printer queue(s).
index 9ba2c3175286347fb75c56214353ff15f69b62be..2009f8c121b730b08f8d0ae2d4f09d2f19fc8971 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # A rather specialized script to make sure that a symbolic link named
index 3ace8c8f30f3dcde6ef1bf3beb5d1392d28ec6e8..6ef6492a0be4c95e8d401712f458d82fc79034fe 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 # Check that all ".pyc" files exist and are up-to-date
 # Uses module 'os'
index 7ec0e7a44d654b2203ed247bd186ad1a5613a9b0..09a94006d4e69321073057044915ba11f898a08d 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # Fix Python source files to use the new class definition syntax, i.e.,
index b5147c921a7d9663c0798263eca826c2e7900ed0..ce3f1f3e647c4fdf229ad45b76a2993a7cbf5dbc 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # Perform massive identifier substitution on C source files.
index b7eb442431b28264990ac89f28f6541f56436c83..60f2a56cbc832d676d0b5af817c2cb44e17a7286 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # Fix Python source files to avoid using 
index 18d85df8f83b55fad1ed2352636141c8ab0f413f..9ab5669eb52d33926845008862e7cae0b74dbd70 100755 (executable)
@@ -1,4 +1,3 @@
-#! /ufs/guido/bin/sgi/python
 #! /usr/local/bin/python
 
 # xxci