#!/bin/sh
# autopkgtest check: Python module successfully imported and executed

# python2.Y at build time, python at CI time
PYINTERPRETER=${PYINTERPRETER:-python} sh debian/tests/common pyfann
