diff options
author | Trent Mick <trentm@activestate.com> | 2005-12-15 22:08:46 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2005-12-15 22:08:46 (GMT) |
commit | e97e5a72279b2a5813971d89fd635e0ba33baa3d (patch) | |
tree | 1eda2630b8f3e7ef85b533a692fe607cd12237f9 /Tools/msi | |
parent | 07f159de864655d188aa963794cd21592fbebc73 (diff) | |
download | cpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.zip cpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.tar.gz cpython-e97e5a72279b2a5813971d89fd635e0ba33baa3d.tar.bz2 |
Add build support for _elementtree on Windows.
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/msi.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ extensions = [ 'unicodedata.pyd', 'winsound.pyd', 'zlib.pyd', + '_elementtree.pyd', '_bsddb.pyd', '_socket.pyd', '_ssl.pyd', |