Changeset 22 for trunk/python/Rappture/library.py
- Timestamp:
- Jul 16, 2005 2:31:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/Rappture/library.py
r11 r22 165 165 # if there's a value, then add it to the node 166 166 if isinstance(value, library): 167 node.appendChild(value.node )167 node.appendChild(value.node.cloneNode(1)) 168 168 elif isinstance(value, minidom.Node): 169 169 node.appendChild(value)
Note: See TracChangeset
for help on using the changeset viewer.