pypi.python.org -> pypi.org (GH-7613)

This commit is contained in:
Ned Deily 2018-06-11 00:45:50 -04:00 committed by GitHub
parent 12c6cdf4d1
commit 9d6d06e806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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',