Browse Source

[fix] missing import

Adam Tauber 8 years ago
parent
commit
27218b85fa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/webapp.py

+ 1
- 1
searx/webapp.py View File

@@ -64,7 +64,7 @@ from searx.search import Search
64 64
 from searx.query import Query
65 65
 from searx.autocomplete import searx_bang, backends as autocomplete_backends
66 66
 from searx.plugins import plugins
67
-from searx.preferences import Preferences
67
+from searx.preferences import Preferences, ValidationException
68 68
 
69 69
 # check if the pyopenssl, ndg-httpsclient, pyasn1 packages are installed.
70 70
 # They are needed for SSL connection without trouble, see #298