--- a/src/ldt/ldt/__init__.py Thu Jan 02 13:27:21 2014 +0100
+++ b/src/ldt/ldt/__init__.py Thu Jan 02 14:47:27 2014 +0100
@@ -1,6 +1,6 @@
__all__ = ["VERSION", "get_version", "__version__"]
-VERSION = (1, 51, 19, "final", 0)
+VERSION = (1, 51, 20, "final", 0)
def get_version():
--- a/src/ldt/ldt/ldt_utils/projectserializer.py Thu Jan 02 13:27:21 2014 +0100
+++ b/src/ldt/ldt/ldt_utils/projectserializer.py Thu Jan 02 14:47:27 2014 +0100
@@ -248,7 +248,7 @@
if not element_tags:
element_tags = None
- annot_creator = decoupage_node.attrib[u"author"]
+ annot_creator = element_node.attrib[u"author"]
if annot_creator=="perso":
annot_creator = decoupage_creator
if not annot_creator: