# -*- coding: utf-8 -*-
-# exception classes
-
+#
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
class ParseError(Exception):
def __init__(self, cause, message=None):
return b
-from wl_light import serialize_nl
-
-
SERIALIZERS = {
'raw': serialize_raw,
- 'nl': serialize_nl,
}
def serialize_children(element, format='raw'):