예제 #1
0
파일: base.py 프로젝트: bartels/pyqbms
 def parse_response(self):
     self.response_tree = ElementTree.parse(StringIO.StringIO(self.response_data))
     return self.response_tree