Mercurial > libervia-backend
changeset 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 | f39ca2832774 |
files | src/tools/xml_tools.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/tools/xml_tools.py Wed Jan 13 13:11:20 2016 +0100 +++ b/src/tools/xml_tools.py Wed Jan 13 13:12:50 2016 +0100 @@ -29,7 +29,6 @@ from twisted.internet import defer from sat.core import exceptions from collections import OrderedDict -import re """This library help manage XML used in SàT (parameters, registration, etc)"""