Index: commit_queue.py |
diff --git a/commit_queue.py b/commit_queue.py |
index 6f08b2e6c3234f8e0bd84f231ecf23e41f671916..91cb28e77da971df017771fb69781440c37bc189 100755 |
--- a/commit_queue.py |
+++ b/commit_queue.py |
@@ -26,7 +26,7 @@ THIRD_PARTY_DIR = os.path.join(os.path.dirname(__file__), 'third_party') |
sys.path.insert(0, THIRD_PARTY_DIR) |
from cq_client import cq_pb2 |
-from google.protobuf import text_format |
+from protobuf26 import text_format |
def usage(more): |
def hook(fn): |