Commit e3791ebf authored by Guido van Rossum's avatar Guido van Rossum

Micro portability changes

parent effe4df9
#!/usr/local/bin/tkpython
#!/usr/local/bin/python
# Tkinter interface to Linux `kill' command.
from Tkinter import *
......
......@@ -7,6 +7,9 @@ import os
import string
import regex
from Tkinter import *
import addpack
addpack.addpack('/ufs/guido/src/python/Demo/tkinter')
from ManPage import ManPage
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