Got a new version of StructuredText from Zope's CVS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,7 +178,7 @@ class ParentNode:
|
||||
if not children:
|
||||
return None
|
||||
|
||||
n=chidren[0]
|
||||
n=children[0]
|
||||
|
||||
if type(n) is st:
|
||||
n=TextNode(n)
|
||||
@@ -554,7 +554,7 @@ class Element(Node):
|
||||
return self.getNodeType()
|
||||
|
||||
def _get_NodeValue(self, type=type, st=type('')):
|
||||
return self.GetNodeValue(type,st)
|
||||
return self.getNodeValue(type,st)
|
||||
|
||||
def _get_ParentNode(self):
|
||||
return self.getParentNode()
|
||||
|
Reference in New Issue
Block a user