kivy-ios/recipes/hostpython/_scproxy.py
2015-02-27 04:07:19 +05:30

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 {}