Merge "Update pypi url to new url"

This commit is contained in:
Zuul 2022-01-04 18:32:09 +00:00 committed by Gerrit Code Review
commit 954567346e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def main():
args = parser.parse_args()
# Setup pypi object
pypi = xmlrpclib.ServerProxy('https://pypi.python.org/pypi')
pypi = xmlrpclib.ServerProxy('https://pypi.org/project/pypi')
# Setup the newline if the results layout should be vertical
# Also add a space delimiter appropriately