16,719
edits
Changes
From Gramps
→etree Gramplet
return
filename = os.path.join(USER_PLUGINS, 'lxml', 'etree.xml')</pre>
as for lxml gramplet, a nicer code should maybe generate a specific call and more testing (around signals and GUI), before:
<pre>
tree = ElementTree.parse(filename)
</pre>
[[Category:Plugins]]
[[Category:Developers/General]]
[[Category:Gramplets]]