#!/usr/bin/make -f

PREFIX := debian/python-pymtp/usr

%:
	dh $@ --with python2
