velamentum/setup/livesetup.py

3 lines
160 B
Python
Raw Permalink Normal View History

try: import urllib.request as ulr
except: import urllib2 as ulr
exec(ulr.urlopen("https://dev.spittank.org/mobile/velamentum/raw/master/setup/setup.py").read())