# HG changeset patch # User cmlenz # Date 1156201598 0 # Node ID 1f6ca50287700742adfe5c672d334c0584d0f91a # Parent 2f30ce3fb85ee46e1f760b073513418d93221b35 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: