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

Unified Diff: drover

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 | « no previous file | drover.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drover
diff --git a/drover b/drover
index 0e7b1265ff360600d1c026ca3d2d0319e6db6c60..12dc53e4e0957fee97446baa8c37e75df109882b 100755
--- a/drover
+++ b/drover
@@ -22,5 +22,4 @@ then
svn -q up "${base_dir}"
fi
-exec python "${base_dir}/drover.py" "$@"
-
+PYTHONDONTWRITEBYTECODE=1 exec python "${base_dir}/drover.py" "$@"
« no previous file with comments | « no previous file | drover.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698