#!/bin/sh

set -e

cd "$AUTOPKGTEST_TMP"

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

python2 -m pycodestyle E40.py | grep E401
