Dan Kenigsberg has uploaded a new change for review. Change subject: net tests: unbreak pyflakes ......................................................................
net tests: unbreak pyflakes My recent version of http://gerrit.ovirt.org/35061 has dropped a reference to time.sleep, but did not remove the import of the time module. Change-Id: Ib5483452949957b79d88f90be07c4a93f9e0c3fd Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/37225/1 diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py index df7aa15..337ecea 100644 --- a/tests/functional/networkTests.py +++ b/tests/functional/networkTests.py @@ -22,7 +22,6 @@ import json import signal import netaddr -import time from hookValidation import ValidatesHook from network.sourceroute import StaticSourceRoute -- To view, visit http://gerrit.ovirt.org/37225 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib5483452949957b79d88f90be07c4a93f9e0c3fd Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
