Mercurial > libervia-web
diff src/browser/sat_browser/file_tools.py @ 679:a90cc8fc9605
merged branch frontends_multi_profiles
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Mar 2015 16:15:18 +0100 |
parents | 6d3142b782c3 |
children | 9877607c719a |
line wrap: on
line diff
--- a/src/browser/sat_browser/file_tools.py Thu Feb 05 12:05:32 2015 +0100 +++ b/src/browser/sat_browser/file_tools.py Wed Mar 18 16:15:18 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