comparison urwid_satext/__init__.py @ 143:144bdf877d21

python 3 port (using 2to3)
author Goffi <goffi@goffi.org>
date Tue, 13 Aug 2019 08:55:41 +0200
parents 810f92c7de88
children d505d9ee792e
comparison
equal deleted inserted replaced
142:2855123621a0 143:144bdf877d21
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 import gettext 20 import gettext
21 gettext.install('urwid_satext', unicode=True) 21 gettext.install('urwid_satext')
22 22
23 23
24 __version__ = '0.7.0' 24 __version__ = '0.7.0'