Mercurial > urwid-satext
comparison urwid_satext/__init__.py @ 140:810f92c7de88 0.7.0
0.7.0 « La Commune » release
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 24 Jul 2019 20:21:19 +0200 |
parents | 1970df98643d |
children | 144bdf877d21 |
comparison
equal
deleted
inserted
replaced
139:1970df98643d | 140:810f92c7de88 |
---|---|
15 # GNU Lesser General Public License for more details. | 15 # GNU Lesser General Public License for more details. |
16 # | 16 # |
17 # You should have received a copy of the GNU Lesser General Public License | 17 # You should have received a copy of the GNU Lesser General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 __version__ = '0.7.0a3' | |
21 import gettext | 20 import gettext |
22 gettext.install('urwid_satext', unicode=True) | 21 gettext.install('urwid_satext', unicode=True) |
23 | 22 |
23 | |
24 __version__ = '0.7.0' |