diff urwid_satext/files_management.py @ 32:818393067e54

example script for FileDialog
author Goffi <goffi@goffi.org>
date Tue, 28 Dec 2010 18:31:01 +0100
parents 1aeb3540aa49
children 875ff127b2dd
line wrap: on
line diff
--- a/urwid_satext/files_management.py	Tue Dec 28 15:42:37 2010 +0100
+++ b/urwid_satext/files_management.py	Tue Dec 28 18:31:01 2010 +0100
@@ -25,6 +25,7 @@
 from xml.dom import minidom
 from logging import debug, info, error
 from time import time
+_ = unicode #FIXME: temporary workaround, the time to manage well i18n
 
 class PathEdit(sat_widgets.AdvancedEdit):
     """AdvancedEdit with manage file paths"""