From: Douglas Bagnall Date: Sat, 17 Aug 2024 06:10:33 +0000 (+1200) Subject: ldb:tests:crash: rationalise imports X-Git-Tag: tdb-1.4.13~1167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c968d374aa9c621a4df937f5f09d0c27d5b689c;p=thirdparty%2Fsamba.git ldb:tests:crash: rationalise imports Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- diff --git a/lib/ldb/tests/python/crash.py b/lib/ldb/tests/python/crash.py index 32839814552..6410820f368 100644 --- a/lib/ldb/tests/python/crash.py +++ b/lib/ldb/tests/python/crash.py @@ -4,10 +4,9 @@ import os from unittest import TestCase -import os import sys import traceback - +sys.path.insert(0, "bin/python") import ldb