Mercurial > MadButterfly
comparison pyink/domview.py @ 1298:2a5da457474d
Fix typo
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Sun, 16 Jan 2011 11:04:29 +0800 |
parents | 71118bff7d61 |
children | 6949e2b6cae2 |
comparison
equal
deleted
inserted
replaced
1297:0e27e3aa21ed | 1298:2a5da457474d |
---|---|
752 new_node.setAttribute('id', gid) | 752 new_node.setAttribute('id', gid) |
753 pass | 753 pass |
754 | 754 |
755 for child in dup_group.childList(): | 755 for child in dup_group.childList(): |
756 dup_group.removeChild(child) # prevent from crash | 756 dup_group.removeChild(child) # prevent from crash |
757 dst_group.append(child) | 757 dst_group.appendChild(child) |
758 pass | 758 pass |
759 pass | 759 pass |
760 | 760 |
761 ## \brief Clone children of a source group to a destinate group. | 761 ## \brief Clone children of a source group to a destinate group. |
762 # | 762 # |