mirror of https://github.com/python/cpython
Stop adding txt files twice.
This commit is contained in:
parent
ebebd1c56f
commit
2231e1a01f
|
@ -1022,8 +1022,6 @@ def add_files(db):
|
|||
lib.add_file("zipdir.zip")
|
||||
if dir=='tests' and parent.physical=='distutils':
|
||||
lib.add_file("Setup.sample")
|
||||
if dir=='cjkencodings':
|
||||
lib.glob("*.txt")
|
||||
if dir=='decimaltestdata':
|
||||
lib.glob("*.decTest")
|
||||
if dir=='xmltestdata':
|
||||
|
|
Loading…
Reference in New Issue