Add script to update 3rdparty stuff

This commit is contained in:
Florian Bruhin 2014-06-19 08:25:46 +02:00
parent 8642ccd899
commit 8b2caa3b55

View 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')