diff options
Diffstat (limited to 'Demo/tkinter/guido/tkman.py')
-rwxr-xr-x | Demo/tkinter/guido/tkman.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Demo/tkinter/guido/tkman.py b/Demo/tkinter/guido/tkman.py index fecf962202..ef94ce1b75 100755 --- a/Demo/tkinter/guido/tkman.py +++ b/Demo/tkinter/guido/tkman.py @@ -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' |