534
534
deadline_str = time.strftime('%H:%M:%S',
535
535
time.localtime(deadline))
536
536
lock_url = self.transport.abspath(self.path)
541
537
self._report_function('%s %s\n'
554
551
if (max_attempts is not None) and (attempt_count >= max_attempts):
555
552
self._trace("exceeded %d attempts")