X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4e361d55331351f56077e5f9999ecb4ee7e93819..6d42bc478e3d1bd90eb294464748c21e4de0fc63:/src/funding/__init__.py diff --git a/src/funding/__init__.py b/src/funding/__init__.py index 9e81e9ec3..d17c68d05 100644 --- a/src/funding/__init__.py +++ b/src/funding/__init__.py @@ -1,4 +1,3 @@ -# -*- 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. # @@ -8,7 +7,7 @@ from catalogue.utils import AppSettings class Settings(AppSettings): """Default settings for funding app.""" - DEFAULT_LANGUAGE = u'pl' + DEFAULT_LANGUAGE = 'pl' DEFAULT_AMOUNT = 20 MIN_AMOUNT = 1 DAYS_NEAR = 2