deb-python-functools32/test

10 lines
210 B
Bash
Executable File

#!/bin/bash
# This is for my own convenience, edit it for your own environment.
PYTHON=python
$PYTHON setup.py build || exit 1
export PYTHONPATH=./build/lib.linux-x86_64-2.6
exec $PYTHON test_functools32.py