commit | e97e5a72279b2a5813971d89fd635e0ba33baa3d | [log] [tgz] |
---|---|---|
author | Trent Mick <trentm@activestate.com> | Thu Dec 15 22:08:46 2005 +0000 |
committer | Trent Mick <trentm@activestate.com> | Thu Dec 15 22:08:46 2005 +0000 |
tree | 1eda2630b8f3e7ef85b533a692fe607cd12237f9 | |
parent | 07f159de864655d188aa963794cd21592fbebc73 [diff] [blame] |
Add build support for _elementtree on Windows.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 4998565..6dc8663 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -104,6 +104,7 @@ 'unicodedata.pyd', 'winsound.pyd', 'zlib.pyd', + '_elementtree.pyd', '_bsddb.pyd', '_socket.pyd', '_ssl.pyd',