Mercurial > libervia-web
comparison browser_side/panels.py @ 276:aebb96bfa8d1
frontends tools: moved src/tools/frontends to frontends/src/tools
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 21 Nov 2013 18:57:46 +0100 |
parents | a763b2ac5d41 |
children | 2d6bd975a72d |
comparison
equal
deleted
inserted
replaced
275:a763b2ac5d41 | 276:aebb96bfa8d1 |
---|---|
50 import base_widget | 50 import base_widget |
51 from richtext import RichTextEditor | 51 from richtext import RichTextEditor |
52 from plugin_xep_0085 import ChatStateMachine | 52 from plugin_xep_0085 import ChatStateMachine |
53 from pyjamas import Window | 53 from pyjamas import Window |
54 from __pyjamas__ import doc | 54 from __pyjamas__ import doc |
55 from sat.tools.frontends.games import SYMBOLS | 55 from sat_frontends.tools.games import SYMBOLS |
56 | 56 |
57 | 57 |
58 class UniBoxPanel(HorizontalPanel): | 58 class UniBoxPanel(HorizontalPanel): |
59 """Panel containing the UniBox""" | 59 """Panel containing the UniBox""" |
60 | 60 |