web/ldt/ldt_utils/models.py
changeset 91 9c83809fda01
parent 72 d672f33a3a67
child 94 9927a619d2b5
--- 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):