Drop lots of legacy code. Support Python 3.7-3.11.
[librarian.git] / src / librarian / elements / __init__.py
index ff4eb43..b08c3e1 100644 (file)
@@ -1,3 +1,6 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from lxml import etree
 from . import (blocks, comments, drama, figures, footnotes, front, headers,
                masters, paragraphs, poetry, ref, root, separators, styles, themes,
@@ -86,7 +89,7 @@ WL_ELEMENTS = {
     "nota": blocks.Nota,
 
     "nota_red": comments.NotaRed,
-    "extra": comments.Abstrakt,
+    "extra": comments.Uwaga,
     "abstrakt": comments.Abstrakt,
 
     "naglowek_czesc": headers.NaglowekCzesc,