diff options
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/scripts/eqfix.py | 1 | ||||
-rwxr-xr-x | Demo/scripts/freeze.py | 2 | ||||
-rwxr-xr-x | Demo/scripts/lpwatch.py | 1 | ||||
-rwxr-xr-x | Demo/scripts/mkrcs.py | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/Demo/scripts/eqfix.py b/Demo/scripts/eqfix.py index 74b5536..794221a 100755 --- a/Demo/scripts/eqfix.py +++ b/Demo/scripts/eqfix.py @@ -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., diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py index 85ab5bc..d5230c6 100755 --- a/Demo/scripts/freeze.py +++ b/Demo/scripts/freeze.py @@ -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. diff --git a/Demo/scripts/lpwatch.py b/Demo/scripts/lpwatch.py index 7fa85db..af7d914 100755 --- a/Demo/scripts/lpwatch.py +++ b/Demo/scripts/lpwatch.py @@ -1,4 +1,3 @@ -#! /ufs/guido/bin/sgi/python #! /usr/local/bin/python # Watch line printer queue(s). diff --git a/Demo/scripts/mkrcs.py b/Demo/scripts/mkrcs.py index 9ba2c31..2009f8c 100755 --- a/Demo/scripts/mkrcs.py +++ b/Demo/scripts/mkrcs.py @@ -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 |