diff options
author | Ned Deily <nad@python.org> | 2018-06-11 00:45:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 00:45:50 -0400 |
commit | 9d6d06e8065d45f375f4a80e2d7e13b032da1f5b (patch) | |
tree | b4c2043a8f0b508476bddd79f3887e3447acb64c /Lib/unittest/mock.py | |
parent | 12c6cdf4d16078aa09de32a39193c8161177b39d (diff) | |
download | cpython-git-9d6d06e8065d45f375f4a80e2d7e13b032da1f5b.tar.gz |
pypi.python.org -> pypi.org (GH-7613)
Diffstat (limited to 'Lib/unittest/mock.py')
-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 e9bb463590..19dabddc7d 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', |