From 9131d375b8e546794e48659e9549bbf0ec5ba400 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 21 Apr 2017 21:07:04 +0200 Subject: [PATCH] [DEV] add a get version --- lutin/module.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lutin/module.py b/lutin/module.py index f640a6e..4142c7a 100644 --- a/lutin/module.py +++ b/lutin/module.py @@ -1668,6 +1668,14 @@ class Module: else: self._package_prop[variable] = [value] + ## + ## @brief Get the version of the module (getted in the global value) + ## @param[in] self (handle) Class handle + ## @return the list of version parameters + ## + def get_version(self): + return self._package_prop["VERSION"] + __module_list=[] __start_module_name="_"