blob: ef0f06376a5882c2790c856e57e46d7b47c813f7 [file] [log] [blame]
Joe Gregorio6429bf62011-03-01 22:53:21 -08001# 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#
John Asmuth864311d2014-04-24 15:46:08 -04008# export PYTHONPATH=/path/to/where/you/checked/out/googleapiclient
Joe Gregorio6429bf62011-03-01 22:53:21 -08009import sys
10import os
11
12sys.path.insert(0, os.path.dirname(__file__))