| Index: third_party/protobuf26/message_factory.py
|
| diff --git a/third_party/google/protobuf/message_factory.py b/third_party/protobuf26/message_factory.py
|
| similarity index 97%
|
| rename from third_party/google/protobuf/message_factory.py
|
| rename to third_party/protobuf26/message_factory.py
|
| index 9004ffd9b2400165d6821f4319bd8b4a82634c6c..a8d63f7f3777649e331a75246aa8d392d254c6fa 100644
|
| --- a/third_party/google/protobuf/message_factory.py
|
| +++ b/third_party/protobuf26/message_factory.py
|
| @@ -44,10 +44,10 @@ my_proto_instance = message_classes['some.proto.package.MessageName']()
|
| __author__ = 'matthewtoia@google.com (Matt Toia)'
|
|
|
| import sys ##PY25
|
| -from google.protobuf import descriptor_database
|
| -from google.protobuf import descriptor_pool
|
| -from google.protobuf import message
|
| -from google.protobuf import reflection
|
| +from protobuf26 import descriptor_database
|
| +from protobuf26 import descriptor_pool
|
| +from protobuf26 import message
|
| +from protobuf26 import reflection
|
|
|
|
|
| class MessageFactory(object):
|
|
|