# HG changeset patch # User Goffi # Date 1384264292 -3600 # Node ID ddd2781bdd8caffc0681173de0f42b781a42e812 # Parent 4284b6ad8aa347845e6b4ba3eff5501926c9a2db plugin text syntaxes: fixed missing import diff -r 4284b6ad8aa3 -r ddd2781bdd8c src/plugins/plugin_misc_text_syntaxes.py --- a/src/plugins/plugin_misc_text_syntaxes.py Tue Nov 12 14:16:11 2013 +0100 +++ b/src/plugins/plugin_misc_text_syntaxes.py Tue Nov 12 14:51:32 2013 +0100 @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from logging import debug, info, error +from logging import debug, info, error, warning from wokkel import disco, pubsub from twisted.internet import defer