Kaydet (Commit) 678fa9f5 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Package zip_cp437_header.zip.

Don't try to package subprocessdata/*.py twice.
üst 7e8fe96c
......@@ -1025,6 +1025,7 @@ def add_files(db):
lib.glob("*.pem")
lib.glob("*.pck")
lib.glob("cfgparser.*")
lib.add_file("zip_cp437_header.zip")
lib.add_file("zipdir.zip")
if dir=='capath':
lib.glob("*.0")
......@@ -1035,8 +1036,6 @@ def add_files(db):
if dir=='xmltestdata':
lib.glob("*.xml")
lib.add_file("test.xml.out")
if dir=='subprocessdata':
lib.glob("*.py")
if dir=='output':
lib.glob("test_*")
if dir=='sndhdrdata':
......
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