Dan Kenigsberg has submitted this change and it was merged. Change subject: caps: replacing minidom with ElementTree in caps.py ......................................................................
caps: replacing minidom with ElementTree in caps.py minidom is replaced by ElementTree.py in caps.py. This is because ET is faster, has a nicer and better documented API, and we want to elinate using two similar libs in the code Change-Id: I8c1ca58807515922347e2255c77b4f950decd619 Signed-off-by: mmirecki <[email protected]> Reviewed-on: https://gerrit.ovirt.org/41078 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/capsTests.py M vdsm/caps.py 2 files changed, 79 insertions(+), 54 deletions(-) Approvals: Marcin Mirecki: Verified Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/41078 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8c1ca58807515922347e2255c77b4f950decd619 Gerrit-PatchSet: 17 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Marcin Mirecki <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
