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

Unified Diff: recipe_engine/loader.py

Issue 1592973003: Allow base path overrides when running a recipe. (Closed) Base URL: git@github.com:luci/recipes-py.git@isolate
Patch Set: Created 4 years, 11 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 | « no previous file | recipe_modules/path/api.py » ('j') | recipe_modules/path/config.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/loader.py
diff --git a/recipe_engine/loader.py b/recipe_engine/loader.py
index 3fa22e92fecfeee5a4e6a5ed2b94dda1d4f58e8b..a8a8276a3866e2ea2d0f013f60232e90c8c1c812 100644
--- a/recipe_engine/loader.py
+++ b/recipe_engine/loader.py
@@ -351,7 +351,6 @@ def _load_recipe_module_module(path, universe_view):
# Prevent any modules that mess with sys.path from leaking.
with _preserve_path():
- # TODO(luqui): Remove this hack once configs are cleaned.
sys.modules['%s.DEPS' % fullname] = mod.LOADED_DEPS
_recursive_import(path, RECIPE_MODULE_PREFIX)
_patchup_module(modname, mod, universe_view)
« no previous file with comments | « no previous file | recipe_modules/path/api.py » ('j') | recipe_modules/path/config.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698