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

Unified Diff: third_party/protobuf26/descriptor_pb2.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/descriptor_database.py ('k') | third_party/protobuf26/descriptor_pool.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/descriptor_pb2.py
diff --git a/third_party/google/protobuf/descriptor_pb2.py b/third_party/protobuf26/descriptor_pb2.py
similarity index 99%
rename from third_party/google/protobuf/descriptor_pb2.py
rename to third_party/protobuf26/descriptor_pb2.py
index 808fd1789ffbccbc888e7b0f065fcd8ffa7f6542..ae81b36c8cce75093cf56c7ab4d3d60fdb666f14 100644
--- a/third_party/google/protobuf/descriptor_pb2.py
+++ b/third_party/protobuf26/descriptor_pb2.py
@@ -3,10 +3,10 @@
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
+from protobuf26 import descriptor as _descriptor
+from protobuf26 import message as _message
+from protobuf26 import reflection as _reflection
+from protobuf26 import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
« no previous file with comments | « third_party/protobuf26/descriptor_database.py ('k') | third_party/protobuf26/descriptor_pool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698