Chromium Code Reviews| Index: recipe_engine/recipe_api.py |
| diff --git a/recipe_engine/recipe_api.py b/recipe_engine/recipe_api.py |
| index 72661a9eda4b737a25d80f5c4b2ae27bedd0039c..601dea6d9231e84cdb4f67bdeb3d5f2be775a1db 100644 |
| --- a/recipe_engine/recipe_api.py |
| +++ b/recipe_engine/recipe_api.py |
| @@ -2,6 +2,7 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +from __future__ import absolute_import |
| import contextlib |
| import keyword |
| import types |