[Zope3-checkins] CVS: Products3/xmldom - core.py:1.5
Steve Alexander
steve@cat-box.net
Sat, 7 Jun 2003 14:53:00 -0400
Update of /cvs-repository/Products3/xmldom
In directory cvs.zope.org:/tmp/cvs-serv12004
Modified Files:
core.py
Log Message:
Forgot a class that needs to be explicitly ContextAware.
=== Products3/xmldom/core.py 1.4 => 1.5 ===
--- Products3/xmldom/core.py:1.4 Sat Jun 7 14:51:42 2003
+++ Products3/xmldom/core.py Sat Jun 7 14:52:59 2003
@@ -2111,7 +2111,7 @@
-class AttributeMap(MapFromParent):
+class AttributeMap(ContextAware, MapFromParent):
"""NamedNodeMap that works on the attribute structure.
This doesn't do anything about the namespace declarations.