X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d840022e6bd987ea1827f91357b096d47933b7d..4c0b1c26b2e4789b194f34c907c822c55f04af3c:/apps/search/__init__.py diff --git a/apps/search/__init__.py b/apps/search/__init__.py index 44da555a7..d38412449 100644 --- a/apps/search/__init__.py +++ b/apps/search/__init__.py @@ -1,3 +1,4 @@ -import lucene -lucene.initVM(lucene.CLASSPATH) -from index import Index, Search, ReusableIndex +# -*- 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. +#