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

Side by Side Diff: third_party/protobuf/python/google/__init__.py

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile error Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 __import__('pkg_resources').declare_namespace(__name__) 1 try:
2 __import__('pkg_resources').declare_namespace(__name__)
3 except ImportError:
4 __path__ = __import__('pkgutil').extend_path(__path__, __name__)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698