diff src/plugins/plugin_misc_text_syntaxes.py @ 695:ddd2781bdd8c

plugin text syntaxes: fixed missing import
author Goffi <goffi@goffi.org>
date Tue, 12 Nov 2013 14:51:32 +0100
parents e98db42cd78c
children e819630c6737
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>.
 
-from logging import debug, info, error
+from logging import debug, info, error, warning
 
 from wokkel import disco, pubsub
 from twisted.internet import defer