diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2018-10-22 00:06:16 -0700 |
commit | 2205a36f5b2796f2d24ecfc69c102f9633d49de1 (patch) | |
tree | f6d27836fb204dd5b07a0285e5247e9fb07b179f /kafka/util.py | |
parent | 08c77499a2e8bc79d6788d70ef96d77752ed6325 (diff) | |
download | kafka-python-add-a-snappy-dose-of-https.tar.gz |
Update remote urls: snappy, https, etcadd-a-snappy-dose-of-https
Snappy URL was outdated. Similarly, many of these sites now support
https.
Diffstat (limited to 'kafka/util.py')
-rw-r--r-- | kafka/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/util.py b/kafka/util.py index 75538dd..9354bd9 100644 --- a/kafka/util.py +++ b/kafka/util.py @@ -134,7 +134,7 @@ class ReentrantTimer(object): class WeakMethod(object): """ Callable that weakly references a method and the object it is bound to. It - is based on http://stackoverflow.com/a/24287465. + is based on https://stackoverflow.com/a/24287465. Arguments: |