summaryrefslogtreecommitdiffstats
path: root/Tools/msi/msi.py
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-10-28 15:48:24 (GMT)
committerBrett Cannon <brett@python.org>2012-10-28 15:48:24 (GMT)
commit0e8c49d3583bbe86dd26f07819fd526eda8a0dcc (patch)
treecd085f2d606c69f7569e5006b6fa98faf7001197 /Tools/msi/msi.py
parent6a85f3cbe4b43860c527c43bd5da0220c4f96c0e (diff)
parent8ca705d5495f02ad93380e1f960adb98f7c00e22 (diff)
downloadcpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.zip
cpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.tar.gz
cpython-0e8c49d3583bbe86dd26f07819fd526eda8a0dcc.tar.bz2
merge
Diffstat (limited to 'Tools/msi/msi.py')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index 72b86bb..f9b477f 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -416,7 +416,7 @@ def add_ui(db):
("VerdanaRed9", "Verdana", 9, 255, 0),
])
- compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests" "[TARGETDIR]Lib"'
+ compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py2_|lib2to3\\tests|venv\\scripts" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
# See "CustomAction Table"
add_data(db, "CustomAction", [