summaryrefslogtreecommitdiff
path: root/wrappers/python/test_discovery.py
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2021-12-03 12:31:30 +0100
committerStevenWdV <stevenwdv@gmail.com>2021-12-03 12:31:30 +0100
commitb60eadf76f92d7f8878fcbec6de7ab6ea4572a89 (patch)
treedc5f54de407721ef45f3e9860642efe43bfe6b2a /wrappers/python/test_discovery.py
parente4744fd94236944569bfed27af80a604b7668e4b (diff)
Add initial Python wheel support
Diffstat (limited to 'wrappers/python/test_discovery.py')
-rwxr-xr-xwrappers/python/test_discovery.py2
1 files changed, 1 insertions, 1 deletions
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"