| Index: tests/masters_recipes_test.py
|
| diff --git a/tests/masters_recipes_test.py b/tests/masters_recipes_test.py
|
| index 7368d7710541ab54685b435c640c69d738d1edca..0d9ba479374e76bf972c99e2ef76abec8088ea1a 100755
|
| --- a/tests/masters_recipes_test.py
|
| +++ b/tests/masters_recipes_test.py
|
| @@ -20,7 +20,7 @@ sys.path.insert(
|
| sys.path.insert(0, os.path.join(BASE_DIR, 'third_party'))
|
|
|
| import chromium_trybot
|
| -from chromium.builders import BUILDERS
|
| +from chromium_tests.builders import BUILDERS
|
|
|
|
|
| MAIN_WATERFALL_MASTERS = [
|
|
|