diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-10-02 20:09:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-10-02 20:09:47 (GMT) |
commit | fc972498d752113f7096f29b5977c117a89e307a (patch) | |
tree | 095242bd49356767fe90e23cfc20b1ea57f54285 /Tools | |
parent | 7a63fc4d2197a2dd5b442f75621ac859d507de2a (diff) | |
download | cpython-fc972498d752113f7096f29b5977c117a89e307a.zip cpython-fc972498d752113f7096f29b5977c117a89e307a.tar.gz cpython-fc972498d752113f7096f29b5977c117a89e307a.tar.bz2 |
Add UUID for 3.1.
Diffstat (limited to 'Tools')
-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 a165770..92b8dcc 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py @@ -112,6 +112,7 @@ pythondll_uuid = { "26":"{34ebecac-f046-4e1c-b0e3-9bac3cdaacfa}", "27":"{4fe21c76-1760-437b-a2f2-99909130a175}", "30":"{6953bc3b-6768-4291-8410-7914ce6e2ca8}", + "31":"{4afcba0b-13e4-47c3-bebe-477428b46913}", } [major+minor] # Compute the name that Sphinx gives to the docfile |