Update pypi url to new url
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I34242f5153fff9c160645a4c62100cc4e9d29569
This commit is contained in:
parent
d2521a7c40
commit
4e7006a14b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user