kivy-ios/recipes/hostpython/_scproxy.py

11 lines
166 B
Python
Raw Normal View History

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