comparison Generic/globalVars.py @ 20:f5ec50b625d1

Prevent subfield units remains empty
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Thu, 11 Sep 2014 19:03:07 +0200
parents bea86fd8dfc6
children f7e0cc58737f
comparison
equal deleted inserted replaced
19:bea86fd8dfc6 20:f5ec50b625d1
22 # module for global variables 22 # module for global variables
23 import os 23 import os
24 import sys 24 import sys
25 25
26 version = "pyArq Presupuestos v0.0.0" 26 version = "pyArq Presupuestos v0.0.0"
27 changeset = 19 27 changeset = 20
28 baseversion = 0 28 baseversion = 0
29 29
30 # path: Paths where find the program files needed 30 # path: Paths where find the program files needed
31 path = { 31 path = {
32 "HOME" : "", 32 "HOME" : "",