Update all pypi.python.org URLs to pypi.org (#38988)

For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
This commit is contained in:
Jon Dufresne 2018-05-14 15:41:47 -07:00 committed by Alicia Cozine
commit 1d640182c6
18 changed files with 32 additions and 32 deletions

View file

@ -610,10 +610,10 @@ def check_dependencies():
if not pyhcl_installed:
raise ImportError("pyhcl required for this module. "
"See: https://pypi.python.org/pypi/pyhcl")
"See: https://pypi.org/project/pyhcl/")
if not has_requests:
raise ImportError("requests required for this module. See https://pypi.python.org/pypi/requests")
raise ImportError("requests required for this module. See https://pypi.org/project/requests/")
def main():