diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2011-06-05 19:42:21 +0200 |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2011-06-05 19:42:21 +0200 |
| commit | 63660ce21410de669f9f3f6708556304875cee63 (patch) | |
| tree | 3b1f225bf72340597300290fefcbf4e3a167d09b /Tools/msi/msi.py | |
| parent | f5048a40752b8a0197ef9e4b6ace8dab75479fd7 (diff) | |
| parent | 4c226dac027429d7583fb6a22c988e1f397d87e1 (diff) | |
| download | cpython-git-63660ce21410de669f9f3f6708556304875cee63.tar.gz | |
merge:Do not add txt files twice
Diffstat (limited to 'Tools/msi/msi.py')
| -rw-r--r-- | Tools/msi/msi.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 5db62cdd24..53e652d57f 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -1031,8 +1031,6 @@ def add_files(db): 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': |
