]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Micro portability changes
authorGuido van Rossum <guido@python.org>
Thu, 6 Oct 1994 15:50:49 +0000 (15:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Oct 1994 15:50:49 +0000 (15:50 +0000)
Demo/tkinter/guido/kill.py
Demo/tkinter/guido/tkman.py

index 93092e2972cc9f8e7e38c1f6462b09f0ad8f150e..8f45a29bb90d2f87f25193a8a1079428511b032f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/tkpython
+#!/usr/local/bin/python
 # Tkinter interface to Linux `kill' command.
 
 from Tkinter import *
index fecf962202b8f4c72ff5fed8ee128157c1039238..ef94ce1b7578d37420d184b94556c0c7b3c3b9ee 100755 (executable)
@@ -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'