diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-03-16 14:16:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-03-16 14:16:09 (GMT) |
commit | b4f4e72f07dcfd4364e92709a62e2a30478cf726 (patch) | |
tree | 3feb522346cde58bc448ae000ed8d79ee9aee644 /Tools/msi | |
parent | 4b00307425bb3219f269a13ba5a9526903d21ce8 (diff) | |
download | cpython-b4f4e72f07dcfd4364e92709a62e2a30478cf726.zip cpython-b4f4e72f07dcfd4364e92709a62e2a30478cf726.tar.gz cpython-b4f4e72f07dcfd4364e92709a62e2a30478cf726.tar.bz2 |
Add UUID for 3.2 DLL.
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 37bcbb6..fb43137 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -113,6 +113,7 @@ pythondll_uuid = { "27":"{4fe21c76-1760-437b-a2f2-99909130a175}", "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}", "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}", + "32":"{3ff95315-1096-4d31-bd86-601d5438ad5e}", } [major+minor] # Compute the name that Sphinx gives to the docfile |