kivy-ios/recipes/hostpython2/_scproxy.py
2018-11-02 11:42:54 +01:00

10 lines
166 B
Python

'''
Stub functions for _scproxy on OsX
No proxy is supported yet.
'''
def _get_proxy_settings():
return {'exclude_simple': 1}
def _get_proxies():
return {}