diff 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
line wrap: on
line diff
--- a/urwid_satext/__init__.py	Tue Aug 13 19:09:08 2019 +0200
+++ b/urwid_satext/__init__.py	Tue Aug 13 08:55:41 2019 +0200
@@ -18,7 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 import gettext
-gettext.install('urwid_satext', unicode=True)
+gettext.install('urwid_satext')
 
 
 __version__ = '0.7.0'