comparison Generic/globalVars.py @ 21:f7e0cc58737f

Default interface in readFile method
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Sun, 14 Sep 2014 17:23:02 +0200
parents f5ec50b625d1
children 7bd4ca56607d
comparison
equal deleted inserted replaced
20:f5ec50b625d1 21:f7e0cc58737f
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 = 20 27 changeset = 21
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" : "",