# HG changeset patch # User cmlenz # Date 1156201598 0 # Node ID 35e768b0a58b71c700b2a2b3ea9f03cdf8889532 # Parent 41db0260ebb1f728c4e6be762c24d95d1ddc45b3 Follow-up to [227]. Forgot to rename one instance of `Attributes`. diff --git a/markup/plugin.py b/markup/plugin.py --- a/markup/plugin.py +++ b/markup/plugin.py @@ -27,7 +27,7 @@ if tag_name.startswith('{'): tag_name = tag_name[1:] tag_name = QName(tag_name) - attrib = Attributes(element.items()) + attrib = Attrs(element.items()) yield (Stream.START, (tag_name, attrib), (None, -1, -1)) if element.text: