Various fixes.
[wolnelektury.git] / src / funding / __init__.py
index 9e81e9e..d17c68d 100644 (file)
@@ -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