Fundraising in PDF.
[wolnelektury.git] / src / isbn / utils.py
index da81c84..cd5ff3d 100644 (file)
@@ -1,6 +1,9 @@
-# -*- coding: utf-8 -*-
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from librarian import RDFNS, DCNS
 
+
 FORMATS = ('PDF', 'HTML', 'TXT', 'EPUB', 'MOBI')
 
 FORMATS_WITH_CHILDREN = ('PDF', 'EPUB', 'MOBI')
@@ -30,11 +33,11 @@ PRODUCT_FORMATS = {
     'E127': ('mobi', 'application/x-mobipocket-ebook'),
 }
 
-VOLUME_SEPARATORS = (u'. część ', u', część ', u', tom ', u'. der tragödie ')
+VOLUME_SEPARATORS = ('. część ', ', część ', ', tom ', '. der tragödie ')
 
 
 def is_institution(name):
-    return name.startswith(u'Zgromadzenie Ogólne')
+    return name.startswith('Zgromadzenie Ogólne')
 
 
 def get_volume(title):