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

Side by Side Diff: third_party/google_api_python_client/sitecustomize.py

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: restore git_cl Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 # Set up the system so that this development
2 # version of google-api-python-client is run, even if
3 # an older version is installed on the system.
4 #
5 # To make this totally automatic add the following to
6 # your ~/.bash_profile:
7 #
8 # export PYTHONPATH=/path/to/where/you/checked/out/googleapiclient
9 import sys
10 import os
11
12 sys.path.insert(0, os.path.dirname(__file__))
OLDNEW
« no previous file with comments | « third_party/google_api_python_client/setup.py ('k') | third_party/google_api_python_client/static/Credentials.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698