~jelmer/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/annotate_ui.py

  • Committer: Matt Nordhoff
  • Date: 2009-05-13 14:03:48 UTC
  • mto: (389.2.2 pep8-2009-10)
  • mto: This revision was merged to the branch mainline in revision 392.
  • Revision ID: mnordhoff@mattnordhoff.com-20090513140348-yn43gztulksm62e9
Always use a tuple in string formatting

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
                    change=change, text=hl_lines[lineno - 1])
86
86
                lineno += 1
87
87
 
88
 
        self.log.debug('annotate: %r secs' % (time.time() - z))
 
88
        self.log.debug('annotate: %r secs' % (time.time() - z,))
89
89
 
90
90
    def get_values(self, path, kwargs, headers):
91
91
        history = self._history