[tor-commits] [lego/develop] Refactor plugin

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:23 UTC 2020


commit 802a851312bce5c29b269284e8bbcfe675f6b43a
Author: hiro <hiro at torproject.org>
Date:   Mon Sep 2 19:11:38 2019 +0200

    Refactor plugin
---
 packages/xml-to-html/lektor_xml_to_html.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/xml-to-html/lektor_xml_to_html.py b/packages/xml-to-html/lektor_xml_to_html.py
index 3bd0cdd..03985a2 100644
--- a/packages/xml-to-html/lektor_xml_to_html.py
+++ b/packages/xml-to-html/lektor_xml_to_html.py
@@ -10,7 +10,7 @@ from xml.etree import ElementTree as etree
 from urllib import request
 
 
-class DisqusCommentsPlugin(Plugin):
+class XmlToHtmlPlugin(Plugin):
     name = u'XML to HTML'
     description = u'Lektor plugin to add an XML feed as HTML.'
 





More information about the tor-commits mailing list