comparison Generic/globalVars.py @ 25:189f8274aecd

gui. switch navigation menu on switch page
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Mon, 20 May 2019 13:18:33 +0200
parents 2b393934f1db
children 16f91684686b
comparison
equal deleted inserted replaced
24:2b393934f1db 25:189f8274aecd
25 import os 25 import os
26 import sys 26 import sys
27 27
28 name = "pyArq Presupuestos" 28 name = "pyArq Presupuestos"
29 version = "v0.0.0" 29 version = "v0.0.0"
30 changeset = "c24" 30 changeset = "c25"
31 baseversion = 0 31 baseversion = 0
32 32
33 # path: Paths where find the program files needed 33 # path: Paths where find the program files needed
34 path = { 34 path = {
35 "HOME" : "", 35 "HOME" : "",