From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: py3: storage_resourcemanager_test: take _thread from six ...................................................................... py3: storage_resourcemanager_test: take _thread from six The module is yet far from passing under Python 3. Change-Id: I15ff0562759d7666fd605d0617b9a32fae08d4aa Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/storage_resourcemanager_test.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/79/67779/1 diff --git a/tests/storage_resourcemanager_test.py b/tests/storage_resourcemanager_test.py index 21e83d7..5f0ca04 100644 --- a/tests/storage_resourcemanager_test.py +++ b/tests/storage_resourcemanager_test.py @@ -21,7 +21,7 @@ from weakref import proxy from random import Random import threading -from thread import error as ThreadError +from six.moves._thread import error as ThreadError from StringIO import StringIO import types from resource import getrlimit, RLIMIT_NPROC -- To view, visit https://gerrit.ovirt.org/67779 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I15ff0562759d7666fd605d0617b9a32fae08d4aa 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]
