Commit 0b5a74a5 authored by sergiyb@chromium.org's avatar sergiyb@chromium.org

Insert third_party in to the beginning of PATH

This allows to avoid conflicts with libraries in users' PATH

R=pgervais@chromium.org, tandrii@chromium.org

Review URL: https://codereview.chromium.org/1161803004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295497 0039d316-1c4b-4281-b951-d872f2087c98
parent 996cfaca
......@@ -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
......
This directory contains google.protobuf module version 2.6.0 build 0.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment