comparison browser_side/menu.py @ 432:8ecc5a7062e4

browser and server sides: fixes module import + use enumerate instead of xrange
author souliane <souliane@mailoo.org>
date Sun, 27 Apr 2014 18:53:37 +0200
parents 4fcf9bac109c
children d52f529a6d42
comparison
equal deleted inserted replaced
431:4fcf9bac109c 432:8ecc5a7062e4
29 from pyjamas import Window 29 from pyjamas import Window
30 from jid import JID 30 from jid import JID
31 from html_tools import html_sanitize 31 from html_tools import html_sanitize
32 from file_tools import FileUploadPanel 32 from file_tools import FileUploadPanel
33 from xmlui import XMLUI 33 from xmlui import XMLUI
34 import panels 34 from browser_side import panels
35 import dialog 35 from browser_side import dialog
36 from contact_group import ContactGroupEditor 36 from contact_group import ContactGroupEditor
37 import re 37 import re
38 from sat.core.i18n import _ 38 from sat.core.i18n import _
39 39
40 40