diff markup/plugin.py @ 77:f5ec6d4a61e4 trunk

* Simplify implementation of the individual XPath tests (use closures instead of callable classes) * Add support for using `select("@*")` in `py:attrs` directives (#10).
author cmlenz
date Thu, 13 Jul 2006 12:32:11 +0000
parents ee092ccb3af1
children 47bbd9d2a5af
line wrap: on
line diff
--- a/markup/plugin.py
+++ b/markup/plugin.py
@@ -39,6 +39,7 @@
     if element.tail:
         yield Stream.TEXT, element.tail, ('<string>', 0, 0)
 
+
 class TemplateEnginePlugin(object):
     """Implementation of the plugin API."""
 
Copyright (C) 2012-2017 Edgewall Software