summaryrefslogtreecommitdiff
path: root/wrappers/python/tests.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-08 16:03:50 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-08 16:03:50 +0200
commita6cba736913dd78a8ac6907e0b0572cf90aee866 (patch)
tree71209a03c7fddc268ed412c8d851a64d625bc520 /wrappers/python/tests.py
parent65dffc1f09af640417727d5d346e08edc6c2772e (diff)
RPM & Setup: Separate eduVPN and common name with a - or _
Diffstat (limited to 'wrappers/python/tests.py')
-rw-r--r--wrappers/python/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/tests.py b/wrappers/python/tests.py
index e58e67d..cbec370 100644
--- a/wrappers/python/tests.py
+++ b/wrappers/python/tests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
-import eduvpncommon.main as eduvpn
+import eduvpn_common.main as eduvpn
import webbrowser
import sys
import os