diff gpp/bio/search_indexes.py @ 469:3b30286adba5

Smarter search index updating for forums. This work is for #227.
author Brian Neal <bgneal@gmail.com>
date Wed, 17 Aug 2011 01:02:08 +0000
parents b910cc1460c8
children d83296cac940
line wrap: on
line diff
--- a/gpp/bio/search_indexes.py	Sun Aug 07 03:38:42 2011 +0000
+++ b/gpp/bio/search_indexes.py	Wed Aug 17 01:02:08 2011 +0000
@@ -1,7 +1,7 @@
 """Haystack search index for the bio application."""
 from haystack.indexes import *
 from haystack import site
-from custom_search import CondQueuedSearchIndex
+from custom_search.indexes import CondQueuedSearchIndex
 
 from bio.models import UserProfile