first pass with a brand new tool. starting to write the hostpython recipe

This commit is contained in:
Mathieu Virbel 2015-02-01 18:35:28 +01:00
parent 55345e1cae
commit 577dea036e
17 changed files with 850 additions and 0 deletions
recipes/hostpython

View file

@ -0,0 +1,10 @@
'''
Stub functions for _scproxy on iOS
No proxy is supported yet.
'''
def _get_proxy_settings():
return {'exclude_simple': 1}
def _get_proxies():
return {}