From d959cb1c059008984554c129cb6e17b6c5394bfc Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 5 Dec 2014 19:24:11 +0100 Subject: [enh] gevent/grequests changed to the built-in threading lib --- searx/webapp.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'searx/webapp.py') 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, ''' -from gevent import monkey -monkey.patch_all() - - if __name__ == '__main__': from sys import path from os.path import realpath, dirname -- cgit v1.2.3