diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-12-05 19:24:11 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-05 19:24:11 +0100 |
commit | d959cb1c059008984554c129cb6e17b6c5394bfc (patch) | |
tree | 34f7d8e780189ffa3afae60ec60e1f8bdddb2898 /searx/webapp.py | |
parent | b1b0b82a2a1d6aaa46799ad65cf75849895b8f07 (diff) | |
download | searxng-d959cb1c059008984554c129cb6e17b6c5394bfc.tar.gz searxng-d959cb1c059008984554c129cb6e17b6c5394bfc.zip |
[enh] gevent/grequests changed to the built-in threading lib
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 46061913e..57a16ff4f 100644 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -17,10 +17,6 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. (C) 2013- by Adam Tauber, <asciimoo@gmail.com> ''' -from gevent import monkey -monkey.patch_all() - - if __name__ == '__main__': from sys import path from os.path import realpath, dirname |