diff markup/plugin.py @ 182:2f30ce3fb85e trunk

Renamed `Attributes` to `Attrs` to reduce the verbosity.
author cmlenz
date Mon, 21 Aug 2006 20:03:13 +0000
parents 7b1f07496bf7
children 1f6ca5028770
line wrap: on
line diff
--- a/markup/plugin.py
+++ b/markup/plugin.py
@@ -18,7 +18,7 @@
 
 from pkg_resources import resource_filename
 
-from markup.core import Attributes, Stream, QName
+from markup.core import Attrs, Stream, QName
 from markup.template import Context, Template, TemplateLoader
 
 def et_to_stream(element):
Copyright (C) 2012-2017 Edgewall Software