| Index: build/android/pylib/utils/repo_utils.py
|
| diff --git a/build/android/pylib/utils/repo_utils.py b/build/android/pylib/utils/repo_utils.py
|
| index e0c7d2c255279e1871b617d3322867979fe16f28..5a0efa8b6ee386403d2d426aa13d5c2e8d5b66c0 100644
|
| --- a/build/android/pylib/utils/repo_utils.py
|
| +++ b/build/android/pylib/utils/repo_utils.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -from pylib import cmd_helper
|
| +from devil.utils import cmd_helper
|
|
|
|
|
| def GetGitHeadSHA1(in_directory):
|
|
|