Chromium Code Reviews| Index: build/android/pylib/instrumentation/test_package.py |
| diff --git a/build/android/pylib/instrumentation/test_package.py b/build/android/pylib/instrumentation/test_package.py |
| index 34f9fe867ac468d408b5a760de9091d707339c2c..5f86ee9caa9b2481baf8b45cfcf87ba83116d2b3 100644 |
| --- a/build/android/pylib/instrumentation/test_package.py |
| +++ b/build/android/pylib/instrumentation/test_package.py |
| @@ -5,6 +5,7 @@ |
| """Class representing instrumentation test apk and jar.""" |
| import os |
| +import re |
|
frankf
2013/07/25 18:31:02
remove this
|
| from pylib.utils import apk_helper |