Chromium Code Reviews| Index: tools/auto_bisect/source_control.py |
| diff --git a/tools/auto_bisect/source_control.py b/tools/auto_bisect/source_control.py |
| index 0da44d96064345432c11afbabb7100531dada626..da48aca97a23d8dcec5b0c0c60050dd94a7fe0e9 100644 |
| --- a/tools/auto_bisect/source_control.py |
| +++ b/tools/auto_bisect/source_control.py |
| @@ -6,7 +6,7 @@ |
| import os |
| -from . import bisect_utils |
| +import bisect_utils |
| CROS_VERSION_PATTERN = 'new version number from %s' |