#!/bin/sh

set -e

cd "$AUTOPKGTEST_TMP"

cat > E40.py <<EOF
import os, sys
EOF

python -m pycodestyle E40.py | grep E401
