| Index: third_party/protobuf26/internal/wire_format.py
|
| diff --git a/third_party/google/protobuf/internal/wire_format.py b/third_party/protobuf26/internal/wire_format.py
|
| similarity index 99%
|
| rename from third_party/google/protobuf/internal/wire_format.py
|
| rename to third_party/protobuf26/internal/wire_format.py
|
| index c941fe1a5e3d2dd9405ca4a019c20ad08b84e91e..29961fd89ab5866470526d09ac492a74e4cf5524 100644
|
| --- a/third_party/google/protobuf/internal/wire_format.py
|
| +++ b/third_party/protobuf26/internal/wire_format.py
|
| @@ -33,8 +33,8 @@
|
| __author__ = 'robinson@google.com (Will Robinson)'
|
|
|
| import struct
|
| -from google.protobuf import descriptor
|
| -from google.protobuf import message
|
| +from protobuf26 import descriptor
|
| +from protobuf26 import message
|
|
|
|
|
| TAG_TYPE_BITS = 3 # Number of bits used to hold type info in a proto tag.
|
|
|