Chromium Code Reviews| 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 |