#! /bin/sh

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

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