diff browser_side/radiocol.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 31c105017d6b
children ee61b0765d6c
line wrap: on
line diff
--- a/browser_side/radiocol.py	Sun Feb 23 16:20:03 2014 +0100
+++ b/browser_side/radiocol.py	Sun Feb 23 17:01:03 2014 +0100
@@ -33,8 +33,8 @@
 from pyjamas.Timer import Timer
 from __pyjamas__ import JS
 
-from tools import html_sanitize
-from tools import FilterFileUpload
+from html_tools import html_sanitize
+from file_tools import FilterFileUpload
 from sat_frontends.tools.misc import DEFAULT_MUC