Kaydet (Commit) 4450bab7 authored tarafından Guido van Rossum's avatar Guido van Rossum

update pathnames

üst 1146c873
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# View a single MIME multipart message. # View a single MIME multipart message.
# Display each part as a box. # Display each part as a box.
......
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# A Python function that generates dialog boxes with a text message, # A Python function that generates dialog boxes with a text message,
# optional bitmap, and any number of buttons. # optional bitmap, and any number of buttons.
......
#!/ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# Simulate "electrons" migrating across the screen. # Simulate "electrons" migrating across the screen.
# An optional bitmap file in can be in the background. # An optional bitmap file in can be in the background.
# #
......
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# Scan MH folder, display results in window # Scan MH folder, display results in window
......
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# A Python program implementing rmt, an application for remotely # A Python program implementing rmt, an application for remotely
# controlling other Tk applications. # controlling other Tk applications.
......
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# Tkinter interface to SYSV `kill' command. # Tkinter interface to SYSV `kill' command.
from Tkinter import * from Tkinter import *
......
#! /ufs/guido/bin/sgi/tkpython #! /usr/local/bin/python
# Tk man page browser -- currently only shows the Tcl/Tk man pages # Tk man page browser -- currently only shows the Tcl/Tk man pages
...@@ -9,7 +9,7 @@ import regex ...@@ -9,7 +9,7 @@ import regex
from Tkinter import * from Tkinter import *
import addpack import addpack
addpack.addpack('/ufs/guido/src/python/Demo/tkinter') addpack.addpack('/ufs/guido/src/python/Demo/guido/tkinter')
from ManPage import ManPage from ManPage import ManPage
MANNDIR = '/usr/local/man/mann' MANNDIR = '/usr/local/man/mann'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment