Micro portability changes
diff --git a/Demo/tkinter/guido/kill.py b/Demo/tkinter/guido/kill.py
index 93092e2..8f45a29 100755
--- a/Demo/tkinter/guido/kill.py
+++ b/Demo/tkinter/guido/kill.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/tkpython
+#!/usr/local/bin/python
 # Tkinter interface to Linux `kill' command.
 
 from Tkinter import *
diff --git a/Demo/tkinter/guido/tkman.py b/Demo/tkinter/guido/tkman.py
index fecf962..ef94ce1 100755
--- a/Demo/tkinter/guido/tkman.py
+++ b/Demo/tkinter/guido/tkman.py
@@ -7,6 +7,9 @@
 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'