summaryrefslogtreecommitdiff
path: root/requests-0.14.0/debian/python-requests.prerm.debhelper
blob: 7b5b6ef071f369f1edf560d9386805ada718997a (plain)
1
2
3
4
5
# Automatically added by dh_pysupport
if which update-python-modules >/dev/null 2>&1; then
	update-python-modules -c  python-requests.public
fi
# End automatically added section