Example #1
0
 def __str__(self):
     return "Aborted @ %(M)s" % {"M": timestamp(self.message)}
Example #2
0
 def __str__(self):
     return "Aborted @ %(M)s"%{"M":timestamp(self.message)}
Example #3
0
 def timestamp(self):
     return timestamp(self.time())
Example #4
0
 def timestamp(self):
     return timestamp(self.time())