예제 #1
0
파일: Browser.py 프로젝트: popazerty/12
	def execEnd(self):
		Screen.execEnd(self)
		for fnc in self.onExecEnd:
			fnc()