blob: 7483951ed9187c225ff6f857055a610071c7bb3b [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#
8# export PYTHONPATH=/path/to/where/you/checked/out/apiclient
9import sys
10import os
11
12sys.path.insert(0, os.path.dirname(__file__))