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

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