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

Unified Diff: drover.bat

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 | « drover ('k') | gcl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drover.bat
diff --git a/drover.bat b/drover.bat
index 182da10758151aafeaa8d6eab24f114c12160e2a..7aa62468e5da6a0f77b30c88d90422f583519d67 100644
--- a/drover.bat
+++ b/drover.bat
@@ -5,5 +5,5 @@
setlocal
set PATH=%~dp0svn;%PATH%
-
+set PYTHONDONTWRITEBYTECODE=1
call python "%~dp0drover.py" %*
« no previous file with comments | « drover ('k') | gcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698