Skip to content

Commit 70e49ad

Browse files
committed
add missing _scproxy.py for osx
1 parent c68257c commit 70e49ad

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

recipes/python/patches/_scproxy.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
'''
2+
Stub functions for _scproxy on iOS
3+
No proxy is supported yet.
4+
'''
5+
6+
def _get_proxy_settings():
7+
return {'exclude_simple': 1}
8+
9+
def _get_proxies():
10+
return {}

0 commit comments

Comments
 (0)