comparison src/tools/xml_tools.py @ 1792:17c0364607be

tools (xml_tools): removed unused import
author Goffi <goffi@goffi.org>
date Wed, 13 Jan 2016 13:12:50 +0100
parents 1359ad0b37c2
children 7ef0f5f90862
comparison
equal deleted inserted replaced
1791:1359ad0b37c2 1792:17c0364607be
27 from twisted.words.xish import domish 27 from twisted.words.xish import domish
28 from twisted.words.protocols.jabber import jid 28 from twisted.words.protocols.jabber import jid
29 from twisted.internet import defer 29 from twisted.internet import defer
30 from sat.core import exceptions 30 from sat.core import exceptions
31 from collections import OrderedDict 31 from collections import OrderedDict
32 import re
33 32
34 """This library help manage XML used in SàT (parameters, registration, etc)""" 33 """This library help manage XML used in SàT (parameters, registration, etc)"""
35 34
36 SAT_FORM_PREFIX = "SAT_FORM_" 35 SAT_FORM_PREFIX = "SAT_FORM_"
37 SAT_PARAM_SEPARATOR = "_XMLUI_PARAM_" # used to have unique elements names 36 SAT_PARAM_SEPARATOR = "_XMLUI_PARAM_" # used to have unique elements names