[enh] gevent/grequests changed to the built-in threading lib

This commit is contained in:
Adam Tauber 2014-12-05 19:24:11 +01:00
parent b1b0b82a2a
commit d959cb1c05
5 changed files with 20 additions and 23 deletions

View file

@ -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