From Dan Kenigsberg danken@redhat.com:
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 danken@redhat.com --- 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
From Dan Kenigsberg danken@redhat.com:
Dan Kenigsberg has posted comments on this change.
Change subject: tests_child: drop odd mangling od sys.path ......................................................................
Patch Set 1: Verified+1
From Dan Kenigsberg danken@redhat.com:
Dan Kenigsberg has submitted this change and it was merged.
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 danken@redhat.com --- M tests/tests_child.py 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Piotr Kliczewski: Looks good to me, approved Jenkins CI: Passed CI tests Irit Goihman: Looks good to me, but someone else must approve Dan Kenigsberg: Verified
vdsm-patches@lists.fedorahosted.org