Mercurial > pyarq-presupuestos
comparison Generic/globalVars.py @ 26:16f91684686b default tip
Upgrade to python 3. Keep python 2/3 compatibility
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Tue, 18 Jun 2019 17:50:23 +0200 |
parents | 189f8274aecd |
children |
comparison
equal
deleted
inserted
replaced
25:189f8274aecd | 26:16f91684686b |
---|---|
20 ## along with this program. If not, see <http://www.gnu.org/licenses/>. | 20 ## along with this program. If not, see <http://www.gnu.org/licenses/>. |
21 | 21 |
22 # module for global variables | 22 # module for global variables |
23 # not translatable strings here _("strig") | 23 # not translatable strings here _("strig") |
24 | 24 |
25 # python 2/3 compatibility | |
26 from __future__ import absolute_import, division, print_function, unicode_literals | |
27 | |
25 import os | 28 import os |
26 import sys | 29 import sys |
27 | 30 |
31 | |
32 | |
28 name = "pyArq Presupuestos" | 33 name = "pyArq Presupuestos" |
29 version = "v0.0.0" | 34 version = "v0.0.0" |
30 changeset = "c25" | 35 changeset = "c26" |
31 baseversion = 0 | 36 baseversion = 0 |
32 | 37 |
33 # path: Paths where find the program files needed | 38 # path: Paths where find the program files needed |
34 path = { | 39 path = { |
35 "HOME" : "", | 40 "HOME" : "", |