mirror of https://github.com/python/cpython
remove references to /ufs/guido/bin/sgi/python
This commit is contained in:
parent
8425b79c54
commit
a635b9a6ff
|
@ -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.,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Watch line printer queue(s).
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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.,
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Perform massive identifier substitution on C source files.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Fix Python source files to avoid using
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# xxci
|
||||
|
|
Loading…
Reference in New Issue