Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40b408d

Browse files
committed
merge:Do not add txt files twice
2 parents 5056c8c + b8c6013 commit 40b408d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Tools/msi/msi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,6 @@ def add_files(db):
10311031
lib.glob("*.0")
10321032
if dir=='tests' and parent.physical=='distutils':
10331033
lib.add_file("Setup.sample")
1034-
if dir=='cjkencodings':
1035-
lib.glob("*.txt")
10361034
if dir=='decimaltestdata':
10371035
lib.glob("*.decTest")
10381036
if dir=='xmltestdata':

0 commit comments

Comments
 (0)