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

merge:Do not add txt files twice

...@@ -1031,8 +1031,6 @@ def add_files(db): ...@@ -1031,8 +1031,6 @@ def add_files(db):
lib.glob("*.0") lib.glob("*.0")
if dir=='tests' and parent.physical=='distutils': if dir=='tests' and parent.physical=='distutils':
lib.add_file("Setup.sample") lib.add_file("Setup.sample")
if dir=='cjkencodings':
lib.glob("*.txt")
if dir=='decimaltestdata': if dir=='decimaltestdata':
lib.glob("*.decTest") lib.glob("*.decTest")
if dir=='xmltestdata': if dir=='xmltestdata':
......
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