| Index: build/android/findbugs_diff.py
|
| diff --git a/build/android/findbugs_diff.py b/build/android/findbugs_diff.py
|
| index 06c689a31ef6fad3a2c1295266cfc6bfc0d23487..52c1e118cb5899c57ece672df0b602290acba7a5 100755
|
| --- a/build/android/findbugs_diff.py
|
| +++ b/build/android/findbugs_diff.py
|
| @@ -20,9 +20,9 @@ import argparse
|
| import os
|
| import sys
|
|
|
| +from devil.utils import run_tests_helper
|
| from pylib import constants
|
| from pylib.utils import findbugs
|
| -from pylib.utils import run_tests_helper
|
|
|
| _DEFAULT_BASE_DIR = os.path.join(
|
| constants.DIR_SOURCE_ROOT, 'build', 'android', 'findbugs_filter')
|
|
|