Mercurial > libervia-web
comparison browser_side/base_panels.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 | 019e1e706e74 |
children | 98cd5387d291 |
comparison
equal
deleted
inserted
replaced
369:678d1739bbf2 | 370:30d03d9f07e4 |
---|---|
33 from pyjamas import DOM | 33 from pyjamas import DOM |
34 | 34 |
35 from datetime import datetime | 35 from datetime import datetime |
36 from time import time | 36 from time import time |
37 | 37 |
38 from tools import html_sanitize, html_strip, inlineRoot | 38 from html_tools import html_sanitize, html_strip, inlineRoot |
39 | 39 |
40 from sat_frontends.tools.strings import addURLToText, addURLToImage | 40 from sat_frontends.tools.strings import addURLToText, addURLToImage |
41 from sat.core.i18n import _ | 41 from sat.core.i18n import _ |
42 | 42 |
43 | 43 |