| Index: build/android/pylib/base/base_test_runner.py
|
| diff --git a/build/android/pylib/base/base_test_runner.py b/build/android/pylib/base/base_test_runner.py
|
| index 19bf4f3420fbafff18179df9a6a733cb43035b22..9316a0f695b1e99c1c69e55d5a6f4dd05761c6d9 100644
|
| --- a/build/android/pylib/base/base_test_runner.py
|
| +++ b/build/android/pylib/base/base_test_runner.py
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +"""Base class for running tests on a single device."""
|
| +
|
| import contextlib
|
| import httplib
|
| import logging
|
|
|