Revision b58bb60b

b/ncclient/content.py
115 115
            'attributes': ele.attrib,
116 116
            'text': ele.text,
117 117
            'tail': ele.tail,
118
            'subtree': [ Element.DictTree(child) for child in root.getchildren() ]
118
            'subtree': [ Element.DictTree(child) for child in ele.getchildren() ]
119 119
        }
120 120

  
121 121
    @staticmethod

Also available in: Unified diff