GNOME Bugzilla – Bug 601194
snippets plugin: use system etree module rather than an ElementTree copy
Last modified: 2019-03-23 20:53:06 UTC
Since Python 2.5, an etree module found in the xml package is shipped by default. The snippets plugin ships a copy of ElementTree, it should use the Python module instead. Now that Python 2.5 is a minimum dependency it shouldn't be a problem to bump it.
Created attachment 147504 [details] [review] Use the system ElementTree.py module from Python 2.5
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.