Mercurial > libervia-web
diff browser_side/richtext.py @ 372:564208366dd6
browser_side: fixed imports
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 24 Feb 2014 13:43:49 +0100 |
parents | 97c5a9092bee |
children | 98cd5387d291 |
line wrap: on
line diff
--- a/browser_side/richtext.py Sun Feb 23 17:22:05 2014 +0100 +++ b/browser_side/richtext.py Mon Feb 24 13:43:49 2014 +0100 @@ -33,7 +33,7 @@ from dialog import ConfirmDialog, InfoDialog from base_panels import TitlePanel, BaseTextEditor, LightTextEditor from list_manager import ListManager -from tools import html_sanitize +from html_tools import html_sanitize import panels from sat_frontends.tools import composition