Dan Kenigsberg has submitted this change and it was merged. Change subject: tool: Fix another Python 2.6 compatibility issue ......................................................................
tool: Fix another Python 2.6 compatibility issue Commit 096cc03d2f replaced the configurators tuple with a dict, using dict comprehension syntax, which is not available on Python 2.6. Now we use the good old dict() syntax instead. We also silence a pep8-1.4.5 complaint. Change-Id: Iee6e473d268317f7cdc42022a7a645e5eaee3a26 Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31738 Tested-by: Dan Kenigsberg <[email protected]> Reviewed-by: mooli tayer <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/tool/configurator.py 1 file changed, 5 insertions(+), 7 deletions(-) Approvals: mooli tayer: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/31738 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iee6e473d268317f7cdc42022a7a645e5eaee3a26 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
