implemented --banner for MaxDB and some minor fixes

This commit is contained in:
Miroslav Stampar
2010-11-02 20:51:55 +00:00
parent 49bf34ffd9
commit cd0d4135ac
7 changed files with 17 additions and 59 deletions

View File

@@ -479,6 +479,9 @@ class XMLNode:
else:
raise IndexError(idx)
def __contains__(self, k):
return self._has_key(k)
def _addNode(self, child):
"""
Tries to append a child node to the tree, and returns it