Django 1.7, working version.
[wolnelektury.git] / apps / catalogue / management / commands / importbooks.py
index d0d2f22..a15faa0 100644 (file)
@@ -17,7 +17,7 @@ from wolnelektury_core.management.profile import profile
 from catalogue.models import Book
 from picture.models import Picture
 
-from search import Index
+from search.index import Index
 
 
 class Command(BaseCommand):