diff src/browser/sat_browser/file_tools.py @ 648:6d3142b782c3 frontends_multi_profiles

browser_side: classes reorganisation: - moved widgets in dedicated modules (base, contact, editor, libervia) and a widget module for single classes - same thing for panels (base, main, contact) - libervia_widget mix main panels and widget and drag n drop for technical reasons (see comments) - renamed WebPanel to WebWidget
author Goffi <goffi@goffi.org>
date Thu, 26 Feb 2015 18:10:54 +0100
parents 5d8632a7bfde
children 9877607c719a
line wrap: on
line diff
--- a/src/browser/sat_browser/file_tools.py	Thu Feb 26 13:10:46 2015 +0100
+++ b/src/browser/sat_browser/file_tools.py	Thu Feb 26 18:10:54 2015 +0100
@@ -20,7 +20,7 @@
 from sat.core.log import getLogger
 log = getLogger(__name__)
 from constants import Const as C
-from sat.core.i18n import D_
+from sat.core.i18n import _, D_
 from pyjamas.ui.FileUpload import FileUpload
 from pyjamas.ui.FormPanel import FormPanel
 from pyjamas import Window