summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-11 05:07:49 (GMT)
committerNed Deily <nad@python.org>2018-06-11 05:07:49 (GMT)
commit52ecb8cac45677b041a66acca7f2bb3799d19437 (patch)
tree5f54edabefb9f0d6a27cf9ba7c893355e2bef946 /Lib
parent3e121581d008a780b8a9f1bcda5966cf0c06f6d5 (diff)
downloadcpython-52ecb8cac45677b041a66acca7f2bb3799d19437.zip
cpython-52ecb8cac45677b041a66acca7f2bb3799d19437.tar.gz
cpython-52ecb8cac45677b041a66acca7f2bb3799d19437.tar.bz2
pypi.python.org -> pypi.org (GH-7613) (GH-7615)
(cherry picked from commit 9d6d06e8065d45f375f4a80e2d7e13b032da1f5b) Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Lib')
-rw-r--r--Lib/unittest/mock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py
index 6be7bb4..86183ad 100644
--- a/Lib/unittest/mock.py
+++ b/Lib/unittest/mock.py
@@ -2,7 +2,7 @@
# Test tools for mocking and patching.
# Maintained by Michael Foord
# Backport for other versions of Python available from
-# http://pypi.python.org/pypi/mock
+# https://pypi.org/project/mock
__all__ = (
'Mock',