diff browser_side/menu.py @ 370:30d03d9f07e4

browser_side: refactorization of the file tools.py: - tools.py renamed to html_tools.py - method setPresenceStyle moved to contact.py - classes DragLabel and LiberviaDragWidget moved to base_widget.py - class FilterFileUpload moved to file_tools.py
author souliane <souliane@mailoo.org>
date Sun, 23 Feb 2014 17:01:03 +0100
parents ce5b33f499c5
children 603fa314880e
line wrap: on
line diff
--- a/browser_side/menu.py	Sun Feb 23 16:20:03 2014 +0100
+++ b/browser_side/menu.py	Sun Feb 23 17:01:03 2014 +0100
@@ -34,8 +34,8 @@
 from pyjamas.ui.Frame import Frame
 from pyjamas import Window
 from jid import JID
-from tools import html_sanitize
-from tools import FilterFileUpload
+from html_tools import html_sanitize
+from file_tools import FilterFileUpload
 from xmlui import XMLUI
 import panels
 import dialog