コード例 #1
0
ファイル: categories.py プロジェクト: kratark/ebay
def getCategoryPartLists(parent, response):
	categoryList = []
	util = Utils(response)
	root = util.getStringXml()
	categoryList = util.getCategoryList(root, parent)
	return categoryList