changeset 183:1f6ca5028770 trunk

Follow-up to [227]. Forgot to rename one instance of `Attributes`.
author cmlenz
date Mon, 21 Aug 2006 23:06:38 +0000
parents 2f30ce3fb85e
children 181d292eafa2
files markup/plugin.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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:
Copyright (C) 2012-2017 Edgewall Software