#! /bin/sh

# this script is used by bzr a pre-commit hook.
# see contrib/check_pre_commit.py

PYTHONPATH=`pwd`/lib:$PYTHONPATH
export PYTHONPATH
python bin/doit
