예제 #1
0
파일: Sprint.py 프로젝트: mrozekma/Sprint
	def getGoals(self):
		from Goal import Goal
		return Goal.loadAll(sprintid = self.id)