_init_ is already called for value in infos["elmt_type"]["initial"]().
Additional _init_() creates second set of child element and that
creates unusable xml project.
This regression cause by not well tested commit "Proper fix for error
'object has no attribute 'getSlave' in EtherCAT extension" (96ca6b056c55595f71bfaca9f54b9e8646460c23)
#!/bin/bashINKSCAPE=inkscapefor i in `cat icons.svg |grep -o -e '%%[^%]*%%'|sed 's/%//g'` do if [ $i.png -nt icons.svg ]; then echo "Skip $i" else rm -f $i.png echo "$INKSCAPE" icons.svg -z -e $i.png -i $i "$INKSCAPE" icons.svg -z -e $i.png -i $i fidone