예제 #1
0
파일: categories.py 프로젝트: kratark/ebay
def getCategoryPartLists(parent, response):
	categoryList = []
	util = Utils(response)
	root = util.getStringXml()
	categoryList = util.getCategoryList(root, parent)
	return categoryList