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

Unified Diff: third_party/protobuf26/internal/python_message.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
Index: third_party/protobuf26/internal/python_message.py
diff --git a/third_party/google/protobuf/internal/python_message.py b/third_party/protobuf26/internal/python_message.py
similarity index 98%
rename from third_party/google/protobuf/internal/python_message.py
rename to third_party/protobuf26/internal/python_message.py
index 9ee352d6db97b795f8ae5c05e6342e95b4767cf7..bbd0ea5df0129745ae7e9150181c89896d9fe59e 100644
--- a/third_party/google/protobuf/internal/python_message.py
+++ b/third_party/protobuf26/internal/python_message.py
@@ -68,16 +68,16 @@ import struct
import weakref
# We use "as" to avoid name collisions with variables.
-from google.protobuf.internal import containers
-from google.protobuf.internal import decoder
-from google.protobuf.internal import encoder
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf.internal import message_listener as message_listener_mod
-from google.protobuf.internal import type_checkers
-from google.protobuf.internal import wire_format
-from google.protobuf import descriptor as descriptor_mod
-from google.protobuf import message as message_mod
-from google.protobuf import text_format
+from protobuf26.internal import containers
+from protobuf26.internal import decoder
+from protobuf26.internal import encoder
+from protobuf26.internal import enum_type_wrapper
+from protobuf26.internal import message_listener as message_listener_mod
+from protobuf26.internal import type_checkers
+from protobuf26.internal import wire_format
+from protobuf26 import descriptor as descriptor_mod
+from protobuf26 import message as message_mod
+from protobuf26 import text_format
_FieldDescriptor = descriptor_mod.FieldDescriptor
« no previous file with comments | « third_party/protobuf26/internal/message_listener.py ('k') | third_party/protobuf26/internal/type_checkers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698