Barak Azulay has submitted this change and it was merged. Change subject: agent: Fix python-2.4 compatibility ......................................................................
agent: Fix python-2.4 compatibility Rewrote the use of ternary operator to if since it is not supported in python-2.4. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1006861 Change-Id: I03c63477a2d2bcb9eb4c4307946a3486300663e1 Signed-off-by: Martin Betak <[email protected]> --- M ovirt-guest-agent/GuestAgentLinux2.py M ovirt-guest-agent/GuestAgentWin32.py M ovirt-guest-agent/OVirtAgentLogic.py 3 files changed, 14 insertions(+), 5 deletions(-) Approvals: Barak Azulay: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/19148 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I03c63477a2d2bcb9eb4c4307946a3486300663e1 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Martin Betak <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
