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

Unified Diff: third_party/protobuf26/internal/decoder.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/cpp_message.py ('k') | third_party/protobuf26/internal/encoder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/internal/decoder.py
diff --git a/third_party/google/protobuf/internal/decoder.py b/third_party/protobuf26/internal/decoder.py
similarity index 99%
rename from third_party/google/protobuf/internal/decoder.py
rename to third_party/protobuf26/internal/decoder.py
index 651ee0d4ad469ccf92044242266d188c00d0c6ef..800f04b2dc7b0c99043d57d878cdd7a4e9a270f2 100644
--- a/third_party/google/protobuf/internal/decoder.py
+++ b/third_party/protobuf26/internal/decoder.py
@@ -87,9 +87,9 @@ __author__ = 'kenton@google.com (Kenton Varda)'
import struct
import sys ##PY25
_PY2 = sys.version_info[0] < 3 ##PY25
-from google.protobuf.internal import encoder
-from google.protobuf.internal import wire_format
-from google.protobuf import message
+from protobuf26.internal import encoder
+from protobuf26.internal import wire_format
+from protobuf26 import message
# This will overflow and thus become IEEE-754 "infinity". We would use
« no previous file with comments | « third_party/protobuf26/internal/cpp_message.py ('k') | third_party/protobuf26/internal/encoder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698