]> git.0d.be Git - panikweb.git/commitdiff
add missing solr import
authorFrédéric Péters <fpeters@0d.be>
Sun, 8 Sep 2013 16:41:38 +0000 (18:41 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 8 Sep 2013 16:41:38 +0000 (18:41 +0200)
panikweb/search.py

index 420f0b554895114b6ce5f3a709d95de1b7af758a..097df559f5de257844cdfc90fbd4341e9156dfad 100644 (file)
@@ -3,6 +3,8 @@ from haystack.query import SearchQuerySet
 from haystack.constants import ID, DJANGO_CT, DJANGO_ID
 from haystack.utils import get_identifier
 
+from pysolr import SolrError
+
 
 from django.conf import settings