~jelmer/loggerhead/trunk

« back to all changes in this revision

Viewing changes to __init__.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:
62
62
        takes_options = _original_command.takes_options + [
63
63
            Option('http',
64
64
                help='Run an http (Loggerhead) server to browse code, '
65
 
                    'by default on port %s.' % DEFAULT_PORT)]
 
65
                    'by default on port %s.' % (DEFAULT_PORT,))]
66
66
 
67
67
        def run(self, *args, **kw):
68
68
            if 'http' in kw: