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