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