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

Unified Diff: recipe_engine/env.py

Issue 2387763003: Add initial postprocess unit test thingy. (Closed)
Patch Set: Add nested statement too Created 4 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698