/usr/local/bin/python

This commit is contained in:
Guido van Rossum 1992-12-14 13:03:10 +00:00
parent ee2ba6c2b4
commit 23bafde01d
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# backface
#

View File

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# *** This only works correctly on a 24 bit-plane machine. ***
#

View File

@ -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.

View File

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# Rotate a 3D surface created using NURBS.
#

View File

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# zrgb (Requires Z buffer.)
#