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

Unified Diff: fetch_configs/config_util.py

Issue 1494793002: Rename recipes/ to fetch_configs/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Renamed recipes to configs Created 5 years 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 | « fetch_configs/chromium.py ('k') | fetch_configs/crashpad.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch_configs/config_util.py
diff --git a/recipes/recipe_util.py b/fetch_configs/config_util.py
similarity index 92%
rename from recipes/recipe_util.py
rename to fetch_configs/config_util.py
index 50429ae24c2dc529b1aa736924c7de4d19eec9cc..9207d39a286ae9f9adf7396d425c458e5d3ed8c9 100644
--- a/recipes/recipe_util.py
+++ b/fetch_configs/config_util.py
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""This module holds utilities which make writing recipes easier."""
+"""This module holds utilities which make writing configs easier."""
import json
-class Recipe(object):
- """Base class for all recipes.
+class Config(object):
+ """Base class for all configs.
Provides methods that are expected to be overridden by child classes. Also
provides an command-line parsing method that converts the unified command-line
« no previous file with comments | « fetch_configs/chromium.py ('k') | fetch_configs/crashpad.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698