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

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

Powered by Google App Engine
This is Rietveld 408576698