Browse Source

[search] Add missing import

Romain Rigaux 12 years ago
parent
commit
60dc395
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/search/src/search/conf.py

+ 1 - 1
apps/search/src/search/conf.py

@@ -17,7 +17,7 @@
 
 from django.utils.translation import ugettext_lazy as _
 
-from desktop.lib.conf import Config
+from desktop.lib.conf import Config, coerce_bool
 
 
 SOLR_URL = Config(