]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/xxx.py
Rearrange build order so dll builds have the correct dependencies
[wxWidgets.git] / wxPython / wx / tools / XRCed / xxx.py
index e77d8fd6e8c8e1b3e5d3748cb96e208659b8ab59..53dde2f52c803a899f933005afd13d928a6aa9a5 100644 (file)
@@ -90,7 +90,7 @@ class xxxParamContent(xxxNode):
                     text = n.childNodes[0] # first child must be text node
                     assert text.nodeType == minidom.Node.TEXT_NODE
                 l.append(text)
-                data.append(str(text.data))
+                data.append(text.data)
             else:                       # remove other
                 node.removeChild(n)
                 n.unlink()