Mercurial > pyarq-presupuestos
comparison Generic/globalVars.py @ 18:878159a13494
bug fix: except raise when parses X records importing fiebdc files
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Thu, 28 Nov 2013 12:54:42 +0100 |
parents | a7b9f7e7dfa4 |
children | bea86fd8dfc6 |
comparison
equal
deleted
inserted
replaced
17:a7b9f7e7dfa4 | 18:878159a13494 |
---|---|
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 = 17 | 27 changeset = 18 |
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" : "", |