diff options
author | Mads Jensen <mje@inducks.org> | 2017-05-30 15:53:40 +0200 |
---|---|---|
committer | Asif Saifuddin Auvi <auvipy@users.noreply.github.com> | 2017-05-30 19:53:40 +0600 |
commit | a600ab87d9c32d23396f1171486541ce0b6d937d (patch) | |
tree | ada6a9a5965749fb0108803844d9381f353a0776 /kombu/compat.py | |
parent | bc060c7f9c22e075f506f7796dde1ea626e2b47a (diff) | |
download | kombu-a600ab87d9c32d23396f1171486541ce0b6d937d.tar.gz |
Prefer https over http and updated links to new locations. (#745)
Diffstat (limited to 'kombu/compat.py')
-rw-r--r-- | kombu/compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/compat.py b/kombu/compat.py index 83634195..705e16bf 100644 --- a/kombu/compat.py +++ b/kombu/compat.py @@ -1,6 +1,6 @@ """Carrot compatibility interface. -See http://packages.python.org/pypi/carrot for documentation. +See https://pypi.python.org/pypi/carrot for documentation. """ from __future__ import absolute_import, unicode_literals |