summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-10-21 21:12:35 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-10-21 21:12:35 (GMT)
commitaee3c76acf068b5f7b3f709c42b8bbefbce0d84b (patch)
tree4397322f398893272d4e6df8a5142088e103e260 /Parser
parent18b7fcc7a627733ae8f9d72cb1f95f3d7d40696e (diff)
parentc4c4842d8625db87bfdd916a3751f90e8a0f9d88 (diff)
downloadcpython-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-xParser/asdl_c.py1
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