| Index: presubmit_support.py
 | 
| diff --git a/presubmit_support.py b/presubmit_support.py
 | 
| index fcc6a8555c036a4a469958cb1fa12e5d19f9c7eb..4df39c02b485391ba4ff0bd0b69b2e3395120e22 100755
 | 
| --- a/presubmit_support.py
 | 
| +++ b/presubmit_support.py
 | 
| @@ -24,7 +24,6 @@ import os  # Somewhat exposed through the API.
 | 
|  import pickle  # Exposed through the API.
 | 
|  import random
 | 
|  import re  # Exposed through the API.
 | 
| -import subprocess  # Exposed through the API.
 | 
|  import sys  # Parts exposed through API.
 | 
|  import tempfile  # Exposed through the API.
 | 
|  import time
 | 
| @@ -50,6 +49,7 @@ import gclient_utils
 | 
|  import owners
 | 
|  import presubmit_canned_checks
 | 
|  import scm
 | 
| +import subprocess2 as subprocess  # Exposed through the API.
 | 
|  
 | 
|  
 | 
|  # Ask for feedback only once in program lifetime.
 | 
| 
 |