diff options
Diffstat (limited to 'wrappers/python/test_discovery.py')
| -rwxr-xr-x | wrappers/python/test_discovery.py | 2 |
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" |
