Add script to update 3rdparty stuff
This commit is contained in:
parent
8642ccd899
commit
8b2caa3b55
8
scripts/update_3rdparty.py
Normal file
8
scripts/update_3rdparty.py
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Update 3rd-party files (currently only ez_setup.py)."""
|
||||
|
||||
from urllib.request import urlretrieve
|
||||
|
||||
urlretrieve('https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py',
|
||||
'scripts/ez_setup.py')
|
Loading…
Reference in New Issue
Block a user