Juan Hernandez has uploaded a new change for review. Change subject: sdk: Use "print(...)" instead of "print ..." ......................................................................
sdk: Use "print(...)" instead of "print ..." This is one step towards supporting Python 3. Change-Id: Ia46adba063589645741eb2d9112806aa1b123817 Related: https://bugzilla.redhat.com/1096137 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M src/ovirtsdk/utils/comperator.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/22/41322/1 diff --git a/src/ovirtsdk/utils/comperator.py b/src/ovirtsdk/utils/comperator.py index d674c9d..eae7156 100644 --- a/src/ovirtsdk/utils/comperator.py +++ b/src/ovirtsdk/utils/comperator.py @@ -62,4 +62,4 @@ else: return False except RuntimeError: - print '%s object comparison caused infinite loop.' % type(obj1).__name__ + print('%s object comparison caused infinite loop.' % type(obj1).__name__) -- To view, visit https://gerrit.ovirt.org/41322 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia46adba063589645741eb2d9112806aa1b123817 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches