Mercurial > pyarq-presupuestos
diff 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 |
line wrap: on
line diff
--- a/Generic/globalVars.py Mon May 20 13:18:33 2019 +0200 +++ b/Generic/globalVars.py Tue Jun 18 17:50:23 2019 +0200 @@ -22,12 +22,17 @@ # module for global variables # not translatable strings here _("strig") +# python 2/3 compatibility +from __future__ import absolute_import, division, print_function, unicode_literals + import os import sys + + name = "pyArq Presupuestos" version = "v0.0.0" -changeset = "c25" +changeset = "c26" baseversion = 0 # path: Paths where find the program files needed