diff browser_side/contact.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 05e264e96a1c
children 2067d6241927
line wrap: on
line diff
--- a/browser_side/contact.py	Fri Jan 03 22:44:59 2014 +0100
+++ b/browser_side/contact.py	Sat Jan 04 00:17:46 2014 +0100
@@ -30,7 +30,8 @@
 from pyjamas import Window
 from pyjamas import DOM
 
-from browser_side.panels import ChatPanel, MicroblogPanel, PopupMenuPanel, WebPanel, UniBoxPanel
+from browser_side.base_panels import PopupMenuPanel
+from browser_side.panels import ChatPanel, MicroblogPanel, WebPanel, UniBoxPanel
 from browser_side.tools import DragLabel, html_sanitize, setPresenceStyle
 from __pyjamas__ import doc