Dan Kenigsberg has submitted this change and it was merged. Change subject: Don't depend on storage module ......................................................................
Don't depend on storage module There is no real need for hooking module to depend on the storage module, except for the execCmd which is being delegated to utils.execCmd, so importing the execCmd directly from utils instead. Change-Id: Ib36940cda2a07e2898e26e6e7de4d4f3b1292e8f Signed-off-by: Mike Kolesnik <[email protected]> Reviewed-on: http://gerrit.ovirt.org/16003 Reviewed-by: Giuseppe Vallarelli <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Dan Kenigsberg <[email protected]> --- M vdsm/hooking.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Giuseppe Vallarelli: Looks good to me, but someone else must approve Dan Kenigsberg: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16003 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib36940cda2a07e2898e26e6e7de4d4f3b1292e8f Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
