Mercurial > libervia-backend
changeset 2535:a19b2c43e719
plugin XEP-0234: fixed regex import
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 25 Mar 2018 20:51:02 +0200 |
parents | 7da86e1633a5 |
children | 27539029a662 |
files | src/plugins/plugin_xep_0234.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0234.py Sat Mar 24 10:46:09 2018 +0100 +++ b/src/plugins/plugin_xep_0234.py Sun Mar 25 20:51:02 2018 +0200 @@ -35,7 +35,7 @@ from twisted.internet import reactor from twisted.internet import error as internet_error from collections import namedtuple -import regex +from sat.tools.common import regex import mimetypes