Mercurial > libervia-backend
changeset 695:ddd2781bdd8c
plugin text syntaxes: fixed missing import
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 12 Nov 2013 14:51:32 +0100 |
parents | 4284b6ad8aa3 |
children | f1a2831d549d |
files | src/plugins/plugin_misc_text_syntaxes.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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