diff 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
line wrap: on
line diff
--- a/Generic/globalVars.py	Sun Jan 02 10:27:16 2011 +0100
+++ b/Generic/globalVars.py	Fri Apr 19 00:04:20 2013 +0200
@@ -24,14 +24,14 @@
 import sys
 
 version = "pyArq Presupuestos v0.0.0"
-changeset = 10
+changeset = 11
 baseversion = 0
 
 # path: Paths where find the program files needed
 path = {
     "HOME" : "",
     "APPDATA" : "",
-    "DURUS-DATABASE": "/pyArq-Presupuestos/durus/",
+    #"DURUS-DATABASE": "/pyArq-Presupuestos/durus/",
     "BUDGET": "/pyArq-Presupuestos/budget/",
     "ICON" : "/images/pyArq-Presupuestos.png",
     "CHAPTER-ICON" : "/images/chapter.png",