Issue #8241: Avoid compiling py2_test_grammar.

This commit is contained in:
Martin v. Löwis 2010-08-04 15:47:24 +00:00
parent 1ad1ee912c
commit b8f5e31a7d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ def add_ui(db):
("VerdanaRed9", "Verdana", 9, 255, 0),
])
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py3_" "[TARGETDIR]Lib"'
compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py3_|py2_test_grammar" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
# See "CustomAction Table"
add_data(db, "CustomAction", [