| Index: build/android/pylib/android_commands.py
|
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
|
| index 4eae1b729e535abddfa702b8ad63e00189cfb61f..8a1562caad5e298bff78291404890ead877ecd40 100644
|
| --- a/build/android/pylib/android_commands.py
|
| +++ b/build/android/pylib/android_commands.py
|
| @@ -19,12 +19,7 @@ import tempfile
|
| import time
|
|
|
| import io_stats_parser
|
| -# pexpect is not available on all platforms. We allow this file to be imported
|
| -# on platforms without pexpect and only fail when pexpect is actually used.
|
| -try:
|
| - from pylib import pexpect
|
| -except:
|
| - pexpect = None
|
| +from pylib import pexpect
|
|
|
| CHROME_SRC = os.path.join(
|
| os.path.abspath(os.path.dirname(__file__)), '..', '..', '..')
|
|
|