예제 #1
0
파일: entry.py 프로젝트: AnthonyMavic/sehe
 def fate(self):
     Sh.unzip(self._path, self._repo_path)
     Sh.rm(self._path)
     return True
예제 #2
0
파일: entry.py 프로젝트: AnthonyMavic/sehe
 def fate(self):
     Sh.rm(self._path)
     return False