From: Douglas Bagnall Date: Thu, 11 Feb 2021 04:35:59 +0000 (+1300) Subject: pytest/segfault: fix the rpc.echo test X-Git-Tag: tevent-0.11.0~1734 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc7224fbc7902e68b104fb5938c8348a11647be5;p=thirdparty%2Fsamba.git pytest/segfault: fix the rpc.echo test Signed-off-by: Douglas Bagnall Reviewed-by: David Mulder --- diff --git a/python/samba/tests/segfault.py b/python/samba/tests/segfault.py index f14ce4f22a2..c6e17ed6ead 100644 --- a/python/samba/tests/segfault.py +++ b/python/samba/tests/segfault.py @@ -165,7 +165,7 @@ class SegfaultTests(samba.tests.TestCase): @segfault_detector def test_rpcecho(self): - from dcerpc import echo + from samba.dcerpc import echo echo.rpcecho("") @segfault_detector