rename hostpython -> python
This commit is contained in:
parent
577dea036e
commit
f18628f325
15 changed files with 104 additions and 40 deletions
recipes/python
10
recipes/python/_scproxy.py
Normal file
10
recipes/python/_scproxy.py
Normal 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 {}
|
Loading…
Add table
Add a link
Reference in a new issue