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

Unified Diff: third_party/protobuf26/text_format.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/text_encoding.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/text_format.py
diff --git a/third_party/google/protobuf/text_format.py b/third_party/protobuf26/text_format.py
similarity index 99%
rename from third_party/google/protobuf/text_format.py
rename to third_party/protobuf26/text_format.py
index 50f76f228127e627c01fc2adb29791d2fdd0161a..6ef7cb92f586eafb74c3f46fb95894a7ca78161e 100644
--- a/third_party/google/protobuf/text_format.py
+++ b/third_party/protobuf26/text_format.py
@@ -39,9 +39,9 @@ __author__ = 'kenton@google.com (Kenton Varda)'
import cStringIO
import re
-from google.protobuf.internal import type_checkers
-from google.protobuf import descriptor
-from google.protobuf import text_encoding
+from protobuf26.internal import type_checkers
+from protobuf26 import descriptor
+from protobuf26 import text_encoding
__all__ = ['MessageToString', 'PrintMessage', 'PrintField',
'PrintFieldValue', 'Merge']
« no previous file with comments | « third_party/protobuf26/text_encoding.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698