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

Unified Diff: scripts/tools/show_me_the_modules.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/unittests/recipes_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/tools/show_me_the_modules.py
diff --git a/scripts/tools/show_me_the_modules.py b/scripts/tools/show_me_the_modules.py
index c517504fdc06309d0e638bfd61a4877f7cbd2a09..3a88f373076c51cba20399a60d0c026df38f0b3c 100755
--- a/scripts/tools/show_me_the_modules.py
+++ b/scripts/tools/show_me_the_modules.py
@@ -83,9 +83,9 @@ def main():
pmethod(1, method, getattr(recipe_api.RecipeApi, method))
RECIPE_MODULES = recipe_loader.load_recipe_modules(recipe_util.MODULE_DIRS())
- inst = recipe_loader.CreateRecipeApi(
+ inst = recipe_loader.create_recipe_api(
[ mod_name for mod_name, mod in member_iter(RECIPE_MODULES) ],
- mocks={'path': {}}, properties={}, step_history={})
+ mocks={'path': {}}, properties={}, step_history=collections.OrderedDict())
for mod_name, mod in member_iter(RECIPE_MODULES):
p(0)
« no previous file with comments | « scripts/slave/unittests/recipes_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698