mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
update pathnames
This commit is contained in:
parent
1146c8736a
commit
4450bab750
7 changed files with 10 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/tkpython
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Scan MH folder, display results in window
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#! /ufs/guido/bin/sgi/tkpython
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Tkinter interface to SYSV `kill' command.
|
||||
|
||||
from Tkinter import *
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue