From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: testValidation: tidy import order ...................................................................... testValidation: tidy import order Change-Id: Ie23b1c25ba364f20ecf663e990cebeac54e4070a Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/testValidation.py 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/69325/1 diff --git a/tests/testValidation.py b/tests/testValidation.py index c9b147d..67ceb02 100644 --- a/tests/testValidation.py +++ b/tests/testValidation.py @@ -18,12 +18,13 @@ # Refer to the README and COPYING files for full details of the license # import errno -import os -from nose.plugins.skip import SkipTest from functools import wraps -from nose.plugins import Plugin +import os import subprocess +from nose.plugins.skip import SkipTest +from nose.plugins import Plugin + class SlowTestsPlugin(Plugin): """ -- To view, visit https://gerrit.ovirt.org/69325 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie23b1c25ba364f20ecf663e990cebeac54e4070a Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
