update pathnames

This commit is contained in:
Guido van Rossum 1994-10-11 14:57:03 +00:00
parent 1146c8736a
commit 4450bab750
7 changed files with 10 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# View a single MIME multipart message.
# Display each part as a box.

View file

@ -1,4 +1,4 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# A Python function that generates dialog boxes with a text message,
# optional bitmap, and any number of buttons.

View file

@ -1,4 +1,5 @@
#!/ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# Simulate "electrons" migrating across the screen.
# An optional bitmap file in can be in the background.
#

View file

@ -1,4 +1,4 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# Scan MH folder, display results in window

View file

@ -1,4 +1,4 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# A Python program implementing rmt, an application for remotely
# controlling other Tk applications.

View file

@ -1,4 +1,5 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# Tkinter interface to SYSV `kill' command.
from Tkinter import *

View file

@ -1,4 +1,4 @@
#! /ufs/guido/bin/sgi/tkpython
#! /usr/local/bin/python
# Tk man page browser -- currently only shows the Tcl/Tk man pages
@ -9,7 +9,7 @@ import regex
from Tkinter import *
import addpack
addpack.addpack('/ufs/guido/src/python/Demo/tkinter')
addpack.addpack('/ufs/guido/src/python/Demo/guido/tkinter')
from ManPage import ManPage
MANNDIR = '/usr/local/man/mann'