예제 #1
0
파일: PyFile.py 프로젝트: keat01/pyLoad
 def formatETA(self):
     """ formats eta to readable format """
     return format_time(self.getETA())
예제 #2
0
파일: PyFile.py 프로젝트: keat01/pyLoad
 def formatWait(self):
     """ formats and return wait time in humanreadable format """
     return format_time(self.waitUntil - time())