summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-06-07 21:43:24 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-06-07 21:43:24 +0200
commit27218b85fa8c49fcea736ab12c0f8502804a7a1e (patch)
tree5c167bb9f34e3e98cc54449528b5e163d3376ffa /searx
parentca45c24162f98bd980e30d2858ac531971e4be35 (diff)
downloadsearxng-27218b85fa8c49fcea736ab12c0f8502804a7a1e.tar.gz
searxng-27218b85fa8c49fcea736ab12c0f8502804a7a1e.zip
[fix] missing import
Diffstat (limited to 'searx')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index ed8ff1bd9..d8289ac01 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -64,7 +64,7 @@ from searx.search import Search
from searx.query import Query
from searx.autocomplete import searx_bang, backends as autocomplete_backends
from searx.plugins import plugins
-from searx.preferences import Preferences
+from searx.preferences import Preferences, ValidationException
# check if the pyopenssl, ndg-httpsclient, pyasn1 packages are installed.
# They are needed for SSL connection without trouble, see #298