comparison Generic/globalVars.py @ 19:bea86fd8dfc6

- in float
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Wed, 03 Sep 2014 12:14:04 +0200
parents 878159a13494
children f5ec50b625d1
comparison
equal deleted inserted replaced
18:878159a13494 19:bea86fd8dfc6
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-2013 Miguel Ángel Bárcena Rodríguez 6 ## Copyright (C) 2010-2014 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 = 18 27 changeset = 19
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" : "",