Mercurial > pyarq-presupuestos
comparison Generic/globalVars.py @ 22:7bd4ca56607d
bug fix: Mutable default arguments
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Tue, 30 Sep 2014 17:16:50 +0200 |
parents | f7e0cc58737f |
children | 65e7ae0d0e63 |
comparison
equal
deleted
inserted
replaced
21:f7e0cc58737f | 22:7bd4ca56607d |
---|---|
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 = 21 | 27 changeset = 22 |
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" : "", |