~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Matt Nordhoff
  • Date: 2009-05-27 07:23:03 UTC
  • mto: This revision was merged to the branch mainline in revision 356.
  • Revision ID: mnordhoff@mattnordhoff.com-20090527072303-0499znz4mxgj1jzd
BetterĀ line-wrapping

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
    DEFAULT_HOST = '0.0.0.0'
55
55
    DEFAULT_PORT = 8080
56
 
    HELP = ('Loggerhead web-based code viewer and server. (default port: '
57
 
            '%d)' % (DEFAULT_PORT,))
 
56
    HELP = ('Loggerhead web-based code viewer and server. (default port: %d)' %
 
57
            (DEFAULT_PORT,))
58
58
 
59
59
    def serve_http(transport, host=None, port=None, inet=None):
60
60
        # loggerhead internal code will try to 'import loggerhead', so