Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a635b9a

Browse files
committed
remove references to /ufs/guido/bin/sgi/python
1 parent 8425b79 commit a635b9a

9 files changed

Lines changed: 1 addition & 9 deletions

File tree

Demo/scripts/eqfix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# Fix Python source files to use the new equality test operator, i.e.,

Demo/scripts/freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /ufs/guido/bin/sgi/python
1+
#! /usr/local/bin/python
22

33
# Given a Python script, create a binary that runs the script.
44
# The binary is 100% independent of Python libraries and binaries.

Demo/scripts/lpwatch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# Watch line printer queue(s).

Demo/scripts/mkrcs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# A rather specialized script to make sure that a symbolic link named

Tools/scripts/checkpyc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32
# Check that all ".pyc" files exist and are up-to-date
43
# Uses module 'os'

Tools/scripts/classfix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# Fix Python source files to use the new class definition syntax, i.e.,

Tools/scripts/fixcid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# Perform massive identifier substitution on C source files.

Tools/scripts/methfix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# Fix Python source files to avoid using

Tools/scripts/xxci.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#! /ufs/guido/bin/sgi/python
21
#! /usr/local/bin/python
32

43
# xxci

0 commit comments

Comments
 (0)