Mercurial > pyarq-presupuestos
diff Generic/globalVars.py @ 7:0359329a1c26
Navigation buttons. Version of the data structure.
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Thu, 11 Nov 2010 23:22:35 +0100 |
parents | 2fc6b47dbe70 |
children | fe9c55f86698 |
line wrap: on
line diff
--- a/Generic/globalVars.py Sat Nov 06 22:33:32 2010 +0100 +++ b/Generic/globalVars.py Thu Nov 11 23:22:35 2010 +0100 @@ -23,10 +23,14 @@ import os # path: Paths where find the program files needed -version = "pyArq-Presupuestos v0.0.0" +version = "pyArq Presupuestos v0.0.0" +changeset = 7 +baseversion = 0 path = { "HOME" : "", "APPDATA" : "", + "DURUS-DATABASE": "/pyArq-Presupuestos/durus/", + "BUDGET": "/pyArq-Presupuestos/budget/", "ICON" : "/images/pyArq-Presupuestos.svg", "CHAPTER-ICON" : "/images/chapter.svg", "UNIT-ICON" : "/images/unit.svg", @@ -48,8 +52,6 @@ "ARROW-ICON": "/images/arrow.svg", "IMAGE-ICON": "/images/image.svg", "DXF-ICON": "/images/dxf.svg", - "DURUS-DATABASE": "/pyArq-Presupuestos/durus/", - "BUDGET": "/pyArq-Presupuestos/budget/", "THROBBER-ICON": "/images/throbber.png", "THROBBER-GIF": "/images/throbber.gif", "BUDGET-ICON": "/images/budget.svg",