X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7d840022e6bd987ea1827f91357b096d47933b7d..e7c8c7e1fd0fe2eb867b26ae205b75822204a45f:/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. +#