--- a/web/ldt/ldt_utils/models.py Tue Sep 28 18:24:14 2010 +0200
+++ b/web/ldt/ldt_utils/models.py Tue Oct 05 18:19:44 2010 +0200
@@ -8,6 +8,8 @@
import lxml.etree
import os.path
import uuid
+import lucene
+from ldt.ldt_utils import STORE, ANALYZER
class Author(models.Model):