comparison urwid_satext/__init__.py @ 145:d505d9ee792e v0.8.0b1

v0.8.0b1 release
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 13:19:44 +0200
parents 144bdf877d21
children 3ff24fbf03c1
comparison
equal deleted inserted replaced
144:bfab04d0a745 145:d505d9ee792e
1 #!/usr/bin/python 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 2
4 # Urwid SàT extensions 3 # Urwid SàT extensions
5 # Copyright (C) 2009-2016 Jérôme Poisson (goffi@goffi.org) 4 # Copyright (C) 2009-2016 Jérôme Poisson (goffi@goffi.org)
6 # 5 #
7 # This program is free software: you can redistribute it and/or modify 6 # This program is free software: you can redistribute it and/or modify
19 18
20 import gettext 19 import gettext
21 gettext.install('urwid_satext') 20 gettext.install('urwid_satext')
22 21
23 22
24 __version__ = '0.7.0' 23 __version__ = '0.8.0b1'