| Index: recipe_engine/env.py
|
| diff --git a/recipe_engine/env.py b/recipe_engine/env.py
|
| index 41fa2403e6ffcdf214d4168f61ecc4a29d872ae9..4c3792dc43eedd97506f1e52979f527180568704 100644
|
| --- a/recipe_engine/env.py
|
| +++ b/recipe_engine/env.py
|
| @@ -19,6 +19,7 @@ sys.path = [
|
| os.path.join(THIRD_PARTY, 'six'),
|
| os.path.join(THIRD_PARTY, 'client-py'),
|
| os.path.join(THIRD_PARTY, 'mock-1.0.1'),
|
| + os.path.join(THIRD_PARTY, 'astunparse'),
|
| ] + sys.path
|
|
|
| # Hack up our "pkg_resources" to import our local protobuf instead of the system
|
|
|