Allon Mureinik has posted comments on this change. Change subject: tool: Fix another Python 2.6 compatibility ......................................................................
Patch Set 1: Code-Review+1 (1 comment) http://gerrit.ovirt.org/#/c/31738/1//COMMIT_MSG Commit Message: Line 3: AuthorDate: 2014-08-21 03:51:45 +0300 Line 4: Commit: Nir Soffer <[email protected]> Line 5: CommitDate: 2014-08-21 03:53:44 +0300 Line 6: Line 7: tool: Fix another Python 2.6 compatibility compatibility *issue* Line 8: Line 9: Commit 096cc03d2f replaced the configurators tuple with a dict, using Line 10: dict comprehension syntax, which is not available on Python 2.6. Now we Line 11: use the good old dict() syntax instead. -- To view, visit http://gerrit.ovirt.org/31738 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Iee6e473d268317f7cdc42022a7a645e5eaee3a26 Gerrit-PatchSet: 1 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: Nir Soffer <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
