| Index: scripts/slave/recipe_api.py
|
| diff --git a/scripts/slave/recipe_api.py b/scripts/slave/recipe_api.py
|
| index e8027bc4d5e073e9c15b664f3e821988b6183c2b..c824d06c317a4cb0cf03e69fce7e8e261f6e437f 100644
|
| --- a/scripts/slave/recipe_api.py
|
| +++ b/scripts/slave/recipe_api.py
|
| @@ -15,7 +15,7 @@ class RecipeApi(ModuleInjectionSite):
|
| wiring for your config context (in self.c and methods, and for dependency
|
| injection (in self.m).
|
|
|
| - Dependency injection takes place in load_recipe_modules() below.
|
| + Dependency injection takes place in load_recipe_modules() in recipe_loader.py.
|
| """
|
| def __init__(self, module=None, test_data=DisabledTestData(), **_kwargs):
|
| """Note: Injected dependencies are NOT available in __init__()."""
|
|
|