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

Unified Diff: commit_queue.py

Issue 1161803004: Insert third_party in to the beginning of PATH (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Added README.chromium to protobuf module to document its version Created 5 years, 7 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 | third_party/google/protobuf/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit_queue.py
diff --git a/commit_queue.py b/commit_queue.py
index 2bcd841fa44d08858f69467354af77576217597c..6f08b2e6c3234f8e0bd84f231ecf23e41f671916 100755
--- a/commit_queue.py
+++ b/commit_queue.py
@@ -23,7 +23,7 @@ import fix_encoding
import rietveld
THIRD_PARTY_DIR = os.path.join(os.path.dirname(__file__), 'third_party')
-sys.path.append(THIRD_PARTY_DIR)
+sys.path.insert(0, THIRD_PARTY_DIR)
from cq_client import cq_pb2
from google.protobuf import text_format
« no previous file with comments | « no previous file | third_party/google/protobuf/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698