Martin Pavlásek has uploaded a new change for review. Change subject: Remove unused import ......................................................................
Remove unused import Leftover, because Plotter is not used at all in this file. Change-Id: Ib0682ae7225c1ddb532ff815f4cb6055b9ce4454 Signed-off-by: Martin Pavlasek <mpavl...@redhat.com> --- M mom/HostMonitor.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/11/35411/1 diff --git a/mom/HostMonitor.py b/mom/HostMonitor.py index 0746593..ce4dcc9 100644 --- a/mom/HostMonitor.py +++ b/mom/HostMonitor.py @@ -20,7 +20,6 @@ import logging from mom.Monitor import Monitor from mom.Collectors import Collector -from mom.Plotter import Plotter class HostMonitor(Monitor, threading.Thread): """ -- To view, visit http://gerrit.ovirt.org/35411 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib0682ae7225c1ddb532ff815f4cb6055b9ce4454 Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Martin Pavlásek <mpavl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches