From: Guido van Rossum Date: Mon, 14 Dec 1992 13:03:10 +0000 (+0000) Subject: /usr/local/bin/python X-Git-Tag: v0.9.8~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23bafde01d7a6828d6ce20384b0803f3000b2a30;p=thirdparty%2FPython%2Fcpython.git /usr/local/bin/python --- diff --git a/Demo/sgi/gl/backface.py b/Demo/sgi/gl/backface.py index 594b8ade2590..39929bef0d9e 100755 --- a/Demo/sgi/gl/backface.py +++ b/Demo/sgi/gl/backface.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # backface # diff --git a/Demo/sgi/gl/kites.py b/Demo/sgi/gl/kites.py index d986833d47bb..6e3dea6f49a4 100755 --- a/Demo/sgi/gl/kites.py +++ b/Demo/sgi/gl/kites.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # *** This only works correctly on a 24 bit-plane machine. *** # diff --git a/Demo/sgi/gl/mixing.py b/Demo/sgi/gl/mixing.py index d6b9ecfe9195..57dea9c865fa 100755 --- a/Demo/sgi/gl/mixing.py +++ b/Demo/sgi/gl/mixing.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Use Gouraud shading to mix colors. Requires Z-buffer. # It changes the color assignments so fast that you see white. diff --git a/Demo/sgi/gl/nurbs.py b/Demo/sgi/gl/nurbs.py index fb76aa9f3958..af2039bc22ff 100755 --- a/Demo/sgi/gl/nurbs.py +++ b/Demo/sgi/gl/nurbs.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Rotate a 3D surface created using NURBS. # diff --git a/Demo/sgi/gl/zrgb.py b/Demo/sgi/gl/zrgb.py index fa018400e217..6561e11b78f2 100755 --- a/Demo/sgi/gl/zrgb.py +++ b/Demo/sgi/gl/zrgb.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # zrgb (Requires Z buffer.) #