V1.51.20 : json debug V01.51.20
authorcavaliet
Thu, 02 Jan 2014 14:47:27 +0100
changeset 1272 ca0317f9ed0f
parent 1271 b42c17683719
child 1273 d83f62dfbbff
V1.51.20 : json debug
src/ldt/ldt/__init__.py
src/ldt/ldt/ldt_utils/projectserializer.py
--- 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: