Improves PEP8 compatibility.

This commit is contained in:
Gabor Nagy 2014-02-05 20:24:31 +01:00
parent b22dd51bd7
commit 22fd0746d9
12 changed files with 28 additions and 34 deletions

View file

@ -17,16 +17,16 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
'''
from os.path import realpath, dirname, splitext, join
import sys
from imp import load_source
import grequests
from itertools import izip_longest, chain
from operator import itemgetter
from urlparse import urlparse
from datetime import datetime
import grequests
from flask.ext.babel import gettext
from searx import settings
from searx.utils import gen_useragent
import sys
from datetime import datetime
from flask.ext.babel import gettext
engine_dir = dirname(realpath(__file__))