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