From a6cba736913dd78a8ac6907e0b0572cf90aee866 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 8 Jul 2022 16:03:50 +0200 Subject: RPM & Setup: Separate eduVPN and common name with a - or _ --- wrappers/python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/main.py') diff --git a/wrappers/python/main.py b/wrappers/python/main.py index d75504f..58e8b95 100644 --- a/wrappers/python/main.py +++ b/wrappers/python/main.py @@ -1,4 +1,4 @@ -import eduvpncommon.main as eduvpn +import eduvpn_common.main as eduvpn import webbrowser import json import sys -- cgit v1.2.3