| Index: build/android/pylib/gtest/setup.py
|
| diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py
|
| index f139c979081f2bd8c4841323414ddebe16e114d6..59027d60b935236d9a3c59d94569dfc0f1d482bc 100644
|
| --- a/build/android/pylib/gtest/setup.py
|
| +++ b/build/android/pylib/gtest/setup.py
|
| @@ -21,8 +21,9 @@ import test_package_exe
|
| import test_runner
|
|
|
| sys.path.insert(0,
|
| - os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib'))
|
| -from common import unittest_util
|
| + os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'util', 'lib',
|
| + 'common'))
|
| +import unittest_util
|
|
|
|
|
| _ISOLATE_FILE_PATHS = {
|
|
|