~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-02-10 01:44:57 UTC
  • mto: This revision was merged to the branch mainline in revision 267.
  • Revision ID: michael.hudson@canonical.com-20090210014457-rlr8fqj3l9w1qg2b
failing test

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    else:
145
145
        app = PrefixMiddleware(app, prefix=prefix)
146
146
 
 
147
    app = ErrorHandlerApp(app)
147
148
    app = HTTPExceptionHandler(app)
148
 
    app = ErrorHandlerApp(app)
149
149
 
150
150
    if not options.user_port:
151
151
        port = '8080'