commit | ac97fd7fc841b8b06fc0862847a5c2988fb9eed6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 06 15:50:49 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 06 15:50:49 1994 +0000 |
tree | 1b878fd0d20a93c224a32cfa7d03d5ca6cc708cf | |
parent | 9702c4bde00a63611b09ad9b60c27d046a2a5c0b [diff] [blame] |
Micro portability changes
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'