comparison src/browser/sat_browser/base_menu.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 c2abadf31afb
children ebb602d8b3f2
comparison
equal deleted inserted replaced
647:e0021d571eef 648:6d3142b782c3
22 22
23 These classes have been moved here from menu.py because they are also used 23 These classes have been moved here from menu.py because they are also used
24 by base_widget.py, and the import sequence caused a JS runtime error.""" 24 by base_widget.py, and the import sequence caused a JS runtime error."""
25 25
26 26
27 import pyjd # this is dummy in pyjs
28 from sat.core.log import getLogger 27 from sat.core.log import getLogger
29 log = getLogger(__name__) 28 log = getLogger(__name__)
30 29
31 from sat.core import exceptions 30 from sat.core import exceptions
32 from pyjamas.ui.MenuBar import MenuBar 31 from pyjamas.ui.MenuBar import MenuBar