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

Unified Diff: third_party/protobuf26/internal/api_implementation.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/__init__.py ('k') | third_party/protobuf26/internal/containers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf26/internal/api_implementation.py
diff --git a/third_party/google/protobuf/internal/api_implementation.py b/third_party/protobuf26/internal/api_implementation.py
similarity index 98%
rename from third_party/google/protobuf/internal/api_implementation.py
rename to third_party/protobuf26/internal/api_implementation.py
index cbb85747f2f51150930c54e9629938583d35aa57..b5615d1bbd8e9d14c0e2c8e9373adc4297fbb49f 100644
--- a/third_party/google/protobuf/internal/api_implementation.py
+++ b/third_party/protobuf26/internal/api_implementation.py
@@ -36,7 +36,7 @@ import sys
try:
# pylint: disable=g-import-not-at-top
- from google.protobuf.internal import _api_implementation
+ from protobuf26.internal import _api_implementation
# The compile-time constants in the _api_implementation module can be used to
# switch to a certain implementation of the Python API at build time.
_api_version = _api_implementation.api_version
« no previous file with comments | « third_party/protobuf26/internal/__init__.py ('k') | third_party/protobuf26/internal/containers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698