comparison Generic/globalVars.py @ 16:60bc5117926c

no durus
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Fri, 19 Apr 2013 00:04:20 +0200
parents 29a4044a95ff
children a7b9f7e7dfa4
comparison
equal deleted inserted replaced
15:2a13413dcc13 16:60bc5117926c
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 = 10 27 changeset = 11
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" : "",
33 "APPDATA" : "", 33 "APPDATA" : "",
34 "DURUS-DATABASE": "/pyArq-Presupuestos/durus/", 34 #"DURUS-DATABASE": "/pyArq-Presupuestos/durus/",
35 "BUDGET": "/pyArq-Presupuestos/budget/", 35 "BUDGET": "/pyArq-Presupuestos/budget/",
36 "ICON" : "/images/pyArq-Presupuestos.png", 36 "ICON" : "/images/pyArq-Presupuestos.png",
37 "CHAPTER-ICON" : "/images/chapter.png", 37 "CHAPTER-ICON" : "/images/chapter.png",
38 "UNIT-ICON" : "/images/unit.png", 38 "UNIT-ICON" : "/images/unit.png",
39 "MATERIAL-ICON" : "/images/material.png", 39 "MATERIAL-ICON" : "/images/material.png",