# HG changeset patch # User Goffi # Date 1522003862 -7200 # Node ID a19b2c43e71933a59c821c6a346038675059870b # Parent 7da86e1633a5e0ccd1178c228678db8aa6d2d0a7 plugin XEP-0234: fixed regex import diff -r 7da86e1633a5 -r a19b2c43e719 src/plugins/plugin_xep_0234.py --- 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