From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: tests_child: drop odd mangling od sys.path ...................................................................... tests_child: drop odd mangling od sys.path The dropped line might have meant something when we had an infra subpackage. Now it serves nothing. Change-Id: If527eb0392fed17c69477f780b0fa5e73358bda1 Signed-off-by: Dan Kenigsberg <[email protected]> --- M tests/tests_child.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/26/69326/1 diff --git a/tests/tests_child.py b/tests/tests_child.py index b69a438..ddfe88f 100755 --- a/tests/tests_child.py +++ b/tests/tests_child.py @@ -26,7 +26,6 @@ import time import threading -sys.path.insert(0, '../../..') from vdsm.common import sigutils -- To view, visit https://gerrit.ovirt.org/69326 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If527eb0392fed17c69477f780b0fa5e73358bda1 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]
