commit | 40b408d45538b49092c6f4194eba5517bd1fd69b | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 05 19:43:56 2011 +0200 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 05 19:43:56 2011 +0200 |
tree | 2477a2a7b6e529a87c5f89acb862139cff8d6a72 | |
parent | 5056c8c718e8b81f5e7a99b44209fae9b9170860 [diff] | |
parent | b8c60130f1fc745f35dffc2be622e84164e6d0a5 [diff] |
merge:Do not add txt files twice
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 5db62cd..53e652d 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -1031,8 +1031,6 @@ lib.glob("*.0") 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':