From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- wrappers/python/test_discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/test_discovery.py') diff --git a/wrappers/python/test_discovery.py b/wrappers/python/test_discovery.py index eaf68dd..a1a70af 100755 --- a/wrappers/python/test_discovery.py +++ b/wrappers/python/test_discovery.py @@ -3,7 +3,7 @@ import unittest import eduvpncommon.discovery as discovery -test_data_dir = "../../test_data" +test_data_dir = "../../src/test_data" def read_bytes(path: str) -> bytes: -- cgit v1.2.3