Dan Kenigsberg has submitted this change and it was merged. Change subject: virt: Remove staticmethod usage from guest agent ......................................................................
virt: Remove staticmethod usage from guest agent This patch removes the usage and the need of the usage of the staticmethod decorator. Since there is no added value in using it and it is quite confusing, this will simplify the code and understanding of it. Change-Id: Icaadf151eaf86f13d2574d4f4c14ce64f9a819a7 Signed-off-by: Vinzenz Feenstra <[email protected]> Reviewed-on: https://gerrit.ovirt.org/50656 Reviewed-by: Francesco Romani <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Continuous-Integration: Jenkins CI --- M vdsm/virt/guestagent.py M vdsm/virt/vmchannels.py 2 files changed, 8 insertions(+), 15 deletions(-) Approvals: Nir Soffer: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Vinzenz Feenstra: Verified Francesco Romani: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/50656 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icaadf151eaf86f13d2574d4f4c14ce64f9a819a7 Gerrit-PatchSet: 10 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Vinzenz Feenstra <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
