#!/bin/bash
#
# run script for Python tests
#
# Usage: run <dir> <file>
#
(cd $1; python $2)
