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

@ -1,12 +1,10 @@
# -*- coding: utf-8 -*-
import json
from urlparse import ParseResult
from mock import patch
from searx import webapp
from searx.testing import SearxTestCase
from urlparse import ParseResult
import json
class ViewsTestCase(SearxTestCase):