Files
deb-python-oauth2client/sitecustomize.py
Joe Gregorio 6429bf6681 Adds make targets 'release' and 'prerelease' which build release
source packages, register them, etc.
2011-03-01 22:53:21 -08:00

13 lines
357 B
Python

# Set up the system so that this development
# version of google-api-python-client is run, even if
# an older version is installed on the system.
#
# To make this totally automatic add the following to
# your ~/.bash_profile:
#
# export PYTHONPATH=/path/to/where/you/checked/out/apiclient
import sys
import os
sys.path.insert(0, os.path.dirname(__file__))