#!/bin/sh
PYTHONPATH="`pwd`" pychecker \
	--stdlib \
	$(find apt_proxy -name "*.py")
