diff options
author | Ned Deily <nad@python.org> | 2018-06-11 04:45:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 04:45:50 (GMT) |
commit | 9d6d06e8065d45f375f4a80e2d7e13b032da1f5b (patch) | |
tree | b4c2043a8f0b508476bddd79f3887e3447acb64c /Lib/unittest | |
parent | 12c6cdf4d16078aa09de32a39193c8161177b39d (diff) | |
download | cpython-9d6d06e8065d45f375f4a80e2d7e13b032da1f5b.zip cpython-9d6d06e8065d45f375f4a80e2d7e13b032da1f5b.tar.gz cpython-9d6d06e8065d45f375f4a80e2d7e13b032da1f5b.tar.bz2 |
pypi.python.org -> pypi.org (GH-7613)
Diffstat (limited to 'Lib/unittest')
-rw-r--r-- | Lib/unittest/mock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py index e9bb463..19dabdd 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', |