#!/usr/bin/make -f

UPSTREAM_GIT = git://github.com/cboylan/nose-html-output.git
include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@  --with python2

