1
0
Fork 1
mirror of https://github.com/searxng/searxng synced 2024-01-01 19:24:07 +01:00

[fix] pep8

This commit is contained in:
Adam Tauber 2014-07-04 16:49:34 +02:00
parent 0564713fd3
commit cebf5868b3

View file

@ -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__':