Merged revisions 71179 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71179 | martin.v.loewis | 2009-04-04 20:44:44 +0200 (Sa, 04 Apr 2009) | 2 lines

  Issue #5470: Package zipdir.zip.
........
This commit is contained in:
Martin v. Löwis 2009-04-04 18:49:13 +00:00
parent 08c5c0bb55
commit ef8bee41b1
1 changed files with 1 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@ def add_files(db):
lib.glob("*.pem")
lib.glob("*.pck")
lib.add_file("readme.txt", src="README")
lib.add_file("zipdir.zip")
if dir=='decimaltestdata':
lib.glob("*.decTest")
if dir=='output':