Nir Soffer has uploaded a new change for review. Change subject: tests: Remove unused imports ......................................................................
tests: Remove unused imports Commit 5c3ab8ce6e (Fix the CPU quota MOM policy computations) added new test with unused imports, breaking the build. This patch removes the unused imports. Change-Id: Ice7aded2df9f7594ac8d11e96b7f887f98fdd7ce Signed-off-by: Nir Soffer <[email protected]> --- M tests/momPolicyTests.py 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/40001/1 diff --git a/tests/momPolicyTests.py b/tests/momPolicyTests.py index d101fcd..81a5969 100644 --- a/tests/momPolicyTests.py +++ b/tests/momPolicyTests.py @@ -1,7 +1,5 @@ import os.path import ConfigParser -import logging -import sys from mom.Policy.Policy import Policy from mom.Entity import Entity -- To view, visit https://gerrit.ovirt.org/40001 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice7aded2df9f7594ac8d11e96b7f887f98fdd7ce Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
