From 0c968d374aa9c621a4df937f5f09d0c27d5b689c Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Sat, 17 Aug 2024 18:10:33 +1200 Subject: [PATCH] ldb:tests:crash: rationalise imports Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- lib/ldb/tests/python/crash.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.2