From f4640c539ce1f4b61e0cffa66d8b66689b655589 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Mon, 29 Apr 2024 10:32:03 -0500 Subject: [PATCH] add required package --- tests/test_svinsight.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_svinsight.py b/tests/test_svinsight.py index 2f1b2bf..eaf26bc 100644 --- a/tests/test_svinsight.py +++ b/tests/test_svinsight.py @@ -1,5 +1,6 @@ import sys +import os # Get the directory that contains this file this_directory = os.path.dirname(os.path.abspath(__file__))