comparison 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
comparison
equal deleted inserted replaced
369:678d1739bbf2 370:30d03d9f07e4
32 from pyjamas.ui.Button import Button 32 from pyjamas.ui.Button import Button
33 from pyjamas.ui.HTML import HTML 33 from pyjamas.ui.HTML import HTML
34 from pyjamas.ui.Frame import Frame 34 from pyjamas.ui.Frame import Frame
35 from pyjamas import Window 35 from pyjamas import Window
36 from jid import JID 36 from jid import JID
37 from tools import html_sanitize 37 from html_tools import html_sanitize
38 from tools import FilterFileUpload 38 from file_tools import FilterFileUpload
39 from xmlui import XMLUI 39 from xmlui import XMLUI
40 import panels 40 import panels
41 import dialog 41 import dialog
42 from contact_group import ContactGroupEditor 42 from contact_group import ContactGroupEditor
43 import re 43 import re