Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1316)

Unified Diff: third_party/protobuf26/message_factory.py

Issue 1162993005: Renamed google.protobuf to protobuf26 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Addressed comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf26/message.py ('k') | third_party/protobuf26/reflection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « third_party/protobuf26/message.py ('k') | third_party/protobuf26/reflection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698