Idan Shaby has uploaded a new change for review. Change subject: storage: organize imports in imageSharing.py ......................................................................
storage: organize imports in imageSharing.py Change-Id: Ibe431154a9eace82eaeedb764777c25dd3cf3996 Signed-off-by: Idan Shaby <[email protected]> --- M vdsm/storage/imageSharing.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/90/56890/1 diff --git a/vdsm/storage/imageSharing.py b/vdsm/storage/imageSharing.py index 169572b..df14075 100644 --- a/vdsm/storage/imageSharing.py +++ b/vdsm/storage/imageSharing.py @@ -20,8 +20,8 @@ import logging import signal -from vdsm import constants from vdsm import commands +from vdsm import constants from vdsm.storage import curlImgWrap from vdsm.storage import exception as se -- To view, visit https://gerrit.ovirt.org/56890 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe431154a9eace82eaeedb764777c25dd3cf3996 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Idan Shaby <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
