Patch #422471: Install IDLE Help File

This commit is contained in:
Martin v. Löwis 2001-08-08 20:26:14 +00:00
parent ce42a8ec68
commit 6113d352a6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import idlever
idlelib = "idlelib"
# the normal build_py would not incorporate the .txt files
txt_files = ['config-unix.txt','config-win.txt','config.txt']
txt_files = ['config-unix.txt','config-win.txt','config.txt', 'help.txt']
Icons = glob.glob1("Icons","*.gif")
class idle_build_py(build_py):
def get_plain_outfile(self, build_dir, package, file):