Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1583)

Unified Diff: scripts/slave/recipe_api.py

Issue 187203005: Minor cleanup of some recipe framework code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rietveld >_< Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/annotated_run.py ('k') | scripts/slave/recipe_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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__()."""
« no previous file with comments | « scripts/slave/annotated_run.py ('k') | scripts/slave/recipe_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698