| 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
|
|
|