Commit 08fa10f3a8aace45437be25f504fe91f861651eb
1 parent
1d3379c7
Exists in
master
and in
39 other branches
Importing socks from deprecated
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/local_settings-dev.py
... | ... | @@ -15,7 +15,7 @@ SOLR_HOSTNAME = None |
15 | 15 | # Make this unique, and don't share it with anybody. |
16 | 16 | SECRET_KEY = ')(jksdfhsjkadfhjkh234ns!8fqu-1186h$vuj' |
17 | 17 | |
18 | -#import socks | |
18 | +#from .deprecated import socks | |
19 | 19 | #SOCKS_TYPE = socks.PROXY_TYPE_SOCKS5 |
20 | 20 | #SOCKS_SERVER = '127.0.0.1' |
21 | 21 | #SOCKS_PORT = 9050 | ... | ... |