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

Unified Diff: gclient

Issue 8060026: Enable PYTHONDONTWRITEBYTECODE=1 as much as possible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 3 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 | « gcl.bat ('k') | git-cl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient
diff --git a/gclient b/gclient
index 5d7422d86f747431f108cde2d71b7e293a9f1a32..bba81cff1dcece34b6cf52256a76a9b105a12cba 100755
--- a/gclient
+++ b/gclient
@@ -7,4 +7,4 @@ base_dir=$(dirname "$0")
"$base_dir"/update_depot_tools
-exec python "$base_dir/gclient.py" "$@"
+PYTHONDONTWRITEBYTECODE=1 exec python "$base_dir/gclient.py" "$@"
« no previous file with comments | « gcl.bat ('k') | git-cl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698