Mercurial > libervia-web
diff browser_side/richtext.py @ 323:0b7934e75e76
misc: reorganization of the file panels.py + clean the modules import:
- some existing modules were not found during JS runtime (panels.py was too large?)
- the *Panel classes of panels.py that do not reference "host" have been moved to base_panels.py
- cleaned the import in various files
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 04 Jan 2014 00:17:46 +0100 |
parents | 462a0a8894e3 |
children | 8131d0ccf21b |
line wrap: on
line diff
--- a/browser_side/richtext.py Fri Jan 03 22:44:59 2014 +0100 +++ b/browser_side/richtext.py Sat Jan 04 00:17:46 2014 +0100 @@ -19,17 +19,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. """ -from dialog import ConfirmDialog from pyjamas.ui.TextArea import TextArea from pyjamas.ui.Button import Button -from dialog import InfoDialog from pyjamas.ui.DialogBox import DialogBox from pyjamas.ui.Label import Label from pyjamas.ui.FlexTable import FlexTable from pyjamas.ui.HorizontalPanel import HorizontalPanel + +from dialog import ConfirmDialog, InfoDialog from list_manager import ListManager + from sat_frontends.tools import composition -import logging # used for onCloseCallback