From b60eadf76f92d7f8878fcbec6de7ab6ea4572a89 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Fri, 3 Dec 2021 12:31:30 +0100 Subject: Add initial Python wheel support --- 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 74fd601..1282a3e 100755 --- a/wrappers/python/test_discovery.py +++ b/wrappers/python/test_discovery.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 import unittest -import discovery +import eduvpncommon.discovery as discovery test_data_dir = "../../test_data" -- cgit v1.2.3