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