diff cagou/core/constants.py @ 302:f55b60659ec1

core (about): improved "about" popup: - added some style - backend version and Cagou version are shown - host.version is now Cagou version, while host.backend_version is the one of the backend fix 312
author Goffi <goffi@goffi.org>
date Fri, 28 Jun 2019 13:02:11 +0200
parents 1b835bcfa663
children 772c170b47a9
line wrap: on
line diff
--- a/cagou/core/constants.py	Fri Jun 28 12:30:18 2019 +0200
+++ b/cagou/core/constants.py	Fri Jun 28 13:02:11 2019 +0200
@@ -18,10 +18,12 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 from sat_frontends.quick_frontend import constants
+import cagou
 
 
 class Const(constants.Const):
     APP_NAME = u"Cagou"
+    APP_VERSION = cagou.__version__
     LOG_OPT_SECTION = APP_NAME.lower()
     CONFIG_SECTION = APP_NAME.lower()
     WID_SELECTOR = u'selector'