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

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

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update sync unittest and README.chromium Created 4 years, 8 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 sys
2 import os
1 3
4 THIS_DIR = os.path.dirname(os.path.abspath(__file__))
2 5
6 sys.path.insert(0, os.path.join(THIS_DIR, "third_party", "six"))
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698