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

Unified Diff: third_party/protobuf26/internal/type_checkers.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/internal/python_message.py ('k') | third_party/protobuf26/internal/wire_format.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/internal/type_checkers.py
diff --git a/third_party/google/protobuf/internal/type_checkers.py b/third_party/protobuf26/internal/type_checkers.py
similarity index 98%
rename from third_party/google/protobuf/internal/type_checkers.py
rename to third_party/protobuf26/internal/type_checkers.py
index 8e1b3cc3c7a0083aec93ce4aaa5efb2c800e6783..779c09c9fe6596fc3eff4e582e9fc313ab5689fd 100644
--- a/third_party/google/protobuf/internal/type_checkers.py
+++ b/third_party/protobuf26/internal/type_checkers.py
@@ -51,11 +51,11 @@ __author__ = 'robinson@google.com (Will Robinson)'
import sys ##PY25
if sys.version < '2.6': bytes = str ##PY25
-from google.protobuf.internal import api_implementation
-from google.protobuf.internal import decoder
-from google.protobuf.internal import encoder
-from google.protobuf.internal import wire_format
-from google.protobuf import descriptor
+from protobuf26.internal import api_implementation
+from protobuf26.internal import decoder
+from protobuf26.internal import encoder
+from protobuf26.internal import wire_format
+from protobuf26 import descriptor
_FieldDescriptor = descriptor.FieldDescriptor
« no previous file with comments | « third_party/protobuf26/internal/python_message.py ('k') | third_party/protobuf26/internal/wire_format.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698