| Index: build/android/pylib/forwarder.py
 | 
| diff --git a/build/android/pylib/forwarder.py b/build/android/pylib/forwarder.py
 | 
| index 9b23d8c351f7ac471e8cc34acb8193f75280a166..bc41db3ff3be7d9e6e64d48a795f5f438e3482e8 100644
 | 
| --- a/build/android/pylib/forwarder.py
 | 
| +++ b/build/android/pylib/forwarder.py
 | 
| @@ -4,7 +4,6 @@
 | 
|  
 | 
|  import logging
 | 
|  import os
 | 
| -import pexpect
 | 
|  import re
 | 
|  import sys
 | 
|  import time
 | 
| @@ -14,6 +13,8 @@ import cmd_helper
 | 
|  import constants
 | 
|  import ports
 | 
|  
 | 
| +from pylib import pexpect
 | 
| +
 | 
|  class Forwarder(object):
 | 
|    """Class to manage port forwards from the device to the host."""
 | 
|  
 | 
| 
 |