Commit 270a9ceb authored by Martin v. Löwis's avatar Martin v. Löwis

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.
........
parent 17dc4468
...@@ -1013,6 +1013,7 @@ def add_files(db): ...@@ -1013,6 +1013,7 @@ def add_files(db):
lib.glob("*.pem") lib.glob("*.pem")
lib.glob("*.pck") lib.glob("*.pck")
lib.add_file("readme.txt", src="README") lib.add_file("readme.txt", src="README")
lib.add_file("zipdir.zip")
if dir=='decimaltestdata': if dir=='decimaltestdata':
lib.glob("*.decTest") lib.glob("*.decTest")
if dir=='output': if dir=='output':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment