Actualized

This commit is contained in:
Guido van Rossum 1992-12-14 14:12:10 +00:00
parent 5ba6142723
commit 93a35f40a9
11 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
testlabels = 'Name', 'Address', 'City', 'Country', 'Comments'

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# radiogroups.py
#

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# Test TextEdit widgets

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# 'clock' -- A simple alarm clock

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# Watch line printer queues (only works with BSD 4.3 lpq).
#

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# A minimal single-window text editor using STDWIN's text objects.
#

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# A miniature multi-window editor using STDWIN's text objects.
#

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# A window-oriented recursive diff utility.
# NB: This uses undocumented window classing modules.