diff urwid_satext/files_management.py @ 139:1970df98643d

i18n: moved gettext install
author Goffi <goffi@goffi.org>
date Wed, 24 Jul 2019 20:20:33 +0200
parents f2589475269f
children 144bdf877d21
line wrap: on
line diff
--- a/urwid_satext/files_management.py	Wed Jul 24 20:20:05 2019 +0200
+++ b/urwid_satext/files_management.py	Wed Jul 24 20:20:33 2019 +0200
@@ -25,9 +25,6 @@
 from time import time
 from .keys import action_key_map as a_key
 
-import gettext
-gettext.install('urwid_satext', unicode=True)
-
 class PathEdit(sat_widgets.AdvancedEdit):
     """AdvancedEdit with manage file paths"""