Пример #1
0
def getCategoryPartLists(parent, response):
	categoryList = []
	util = Utils(response)
	root = util.getStringXml()
	categoryList = util.getCategoryList(root, parent)
	return categoryList