| Index: build/android/bb_run_sharded_steps.py
|
| diff --git a/build/android/bb_run_sharded_steps.py b/build/android/bb_run_sharded_steps.py
|
| index 6aeba5b5f58cfeccf7d835e6613afbb632ea18b1..1775dc19bbd891dc42940ff11aa98350c23cc290 100755
|
| --- a/build/android/bb_run_sharded_steps.py
|
| +++ b/build/android/bb_run_sharded_steps.py
|
| @@ -12,7 +12,7 @@ TODO(bulach): remove me once all other repositories reference
|
| import optparse
|
| import sys
|
|
|
| -from pylib import cmd_helper
|
| +from devil.utils import cmd_helper
|
|
|
|
|
| def main(argv):
|
|
|