logo

searx

My custom branche(s) on searx, a meta-search engine
commit: cebf5868b33659d9b66f949c9c78f4101bd3b925
parent: 0564713fd3bad48d79b0ab2076eebd6a4ddb6a55
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Fri,  4 Jul 2014 16:49:34 +0200

[fix] pep8

Diffstat:

Msearx/webapp.py3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py @@ -17,7 +17,8 @@ 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() +from gevent import monkey +monkey.patch_all() if __name__ == '__main__':