comparison 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
comparison
equal deleted inserted replaced
694:4284b6ad8aa3 695:ddd2781bdd8c
15 # GNU Affero General Public License for more details. 15 # GNU Affero General Public License for more details.
16 16
17 # You should have received a copy of the GNU Affero General Public License 17 # You should have received a copy of the GNU Affero General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 19
20 from logging import debug, info, error 20 from logging import debug, info, error, warning
21 21
22 from wokkel import disco, pubsub 22 from wokkel import disco, pubsub
23 from twisted.internet import defer 23 from twisted.internet import defer
24 from twisted.internet.threads import deferToThread 24 from twisted.internet.threads import deferToThread
25 from lxml import html 25 from lxml import html