From cebf5868b33659d9b66f949c9c78f4101bd3b925 Mon Sep 17 00:00:00 2001
From: Adam Tauber <asciimoo@gmail.com>
Date: Fri, 4 Jul 2014 16:49:34 +0200
Subject: [PATCH] [fix] pep8

---
 searx/webapp.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/searx/webapp.py b/searx/webapp.py
index 3b121875b..2264382fc 100644
--- 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__':