Index: third_party/protobuf26/internal/decoder.py |
diff --git a/third_party/google/protobuf/internal/decoder.py b/third_party/protobuf26/internal/decoder.py |
similarity index 99% |
rename from third_party/google/protobuf/internal/decoder.py |
rename to third_party/protobuf26/internal/decoder.py |
index 651ee0d4ad469ccf92044242266d188c00d0c6ef..800f04b2dc7b0c99043d57d878cdd7a4e9a270f2 100644 |
--- a/third_party/google/protobuf/internal/decoder.py |
+++ b/third_party/protobuf26/internal/decoder.py |
@@ -87,9 +87,9 @@ __author__ = 'kenton@google.com (Kenton Varda)' |
import struct |
import sys ##PY25 |
_PY2 = sys.version_info[0] < 3 ##PY25 |
-from google.protobuf.internal import encoder |
-from google.protobuf.internal import wire_format |
-from google.protobuf import message |
+from protobuf26.internal import encoder |
+from protobuf26.internal import wire_format |
+from protobuf26 import message |
# This will overflow and thus become IEEE-754 "infinity". We would use |