Some refactoring & documentation changes in search.
[wolnelektury.git] / apps / search / tests / index.py
index c2b9110..5b37cf0 100644 (file)
@@ -1,6 +1,6 @@
 from __future__ import with_statement
 
-from search import Index, Search
+from search import Index, Search, IndexStore
 from catalogue import models
 from catalogue.test_utils import WLTestCase
 from lucene import PolishAnalyzer, Version
@@ -8,6 +8,8 @@ from lucene import PolishAnalyzer, Version
 from os import path
 
 
+
+
 class BookSearchTests(WLTestCase):
     def setUp(self):
         WLTestCase.setUp(self)