diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-10-21 21:12:35 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-10-21 21:12:35 (GMT) |
commit | aee3c76acf068b5f7b3f709c42b8bbefbce0d84b (patch) | |
tree | 4397322f398893272d4e6df8a5142088e103e260 /Parser | |
parent | 18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e (diff) | |
parent | c4c4842d8625db87bfdd916a3751f90e8a0f9d88 (diff) | |
download | cpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.zip cpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.tar.gz cpython-aee3c76acf068b5f7b3f709c42b8bbefbce0d84b.tar.bz2 |
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Diffstat (limited to 'Parser')
-rwxr-xr-x | Parser/asdl_c.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 5748360..a9e6626 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -5,7 +5,6 @@ # handle fields that have a type but no name import os, sys -import subprocess import asdl |