Mercurial > pyarq-presupuestos
comparison Generic/globalVars.py @ 17:a7b9f7e7dfa4
Improvements importing FIEBDC files
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Sat, 02 Nov 2013 19:26:09 +0100 |
parents | 60bc5117926c |
children | 878159a13494 |
comparison
equal
deleted
inserted
replaced
16:60bc5117926c | 17:a7b9f7e7dfa4 |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/python |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 ## File globalVars.py | 3 ## File globalVars.py |
4 ## This file is part of pyArq-Presupuestos. | 4 ## This file is part of pyArq-Presupuestos. |
5 ## | 5 ## |
6 ## Copyright (C) 2010 Miguel Ángel Bárcena Rodríguez | 6 ## Copyright (C) 2010-2013 Miguel Ángel Bárcena Rodríguez |
7 ## <miguelangel@obraencurso.es> | 7 ## <miguelangel@obraencurso.es> |
8 ## | 8 ## |
9 ## pyArq-Presupuestos is free software: you can redistribute it and/or modify | 9 ## pyArq-Presupuestos is free software: you can redistribute it and/or modify |
10 ## it under the terms of the GNU General Public License as published by | 10 ## it under the terms of the GNU General Public License as published by |
11 ## the Free Software Foundation, either version 3 of the License, or | 11 ## the Free Software Foundation, either version 3 of the License, or |
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 = 11 | 27 changeset = 17 |
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" : "", |