From 2cffe792d8070f37345056e8c88379aa8a2774fd Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 27 Sep 2022 12:08:23 +0200 Subject: Version: Ensure that we load a specific one --- wrappers/python/eduvpn_common/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wrappers/python/eduvpn_common/main.py') diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index 1b18fb0..7cb4b5e 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -9,8 +9,6 @@ from eduvpn_common.state import State, StateType eduvpn_objects = {} -VERSION = "0.1.0" - def add_as_global_object(eduvpn) -> bool: global eduvpn_objects @@ -39,7 +37,7 @@ class EduVPN(object): self.config_directory = config_directory # Load the library - self.lib = load_lib(VERSION) + self.lib = load_lib() initialize_functions(self.lib) self.event_handler = EventHandler(self.lib) -- cgit v1.2.3