X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/dc30a4e658e49999b03271256c477bcad1f4f955..2881133ed8ebf9317ca216e384e7e13b8619b6a5:/apps/search/management/commands/reindex.py?ds=sidebyside

diff --git a/apps/search/management/commands/reindex.py b/apps/search/management/commands/reindex.py
index 7032565a0..4941354ce 100755
--- a/apps/search/management/commands/reindex.py
+++ b/apps/search/management/commands/reindex.py
@@ -1,3 +1,7 @@
+# -*- coding: utf-8 -*-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 import sys
 from django.core.management.base import BaseCommand
 
@@ -47,8 +51,8 @@ class Command(BaseCommand):
     )
     def handle(self, *args, **opts):
         from catalogue.models import Book
-        import search
-        idx = search.Index()
+        from search.index import Index
+        idx = Index()
         
         if not opts['just_tags']:
             if args: