commit 802a851312bce5c29b269284e8bbcfe675f6b43a
Author: hiro <[email protected]>
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.'
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to