~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-02-11 19:20:51 UTC
  • mfrom: (266.2.17 clean-up-inventory-view)
  • Revision ID: michael.hudson@canonical.com-20090211192051-a19byfoyaaq581f1
clean up the inventory view and beef up the tests of the same

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 = HTTPExceptionHandler(app)
147
148
    app = ErrorHandlerApp(app)
148
 
    app = HTTPExceptionHandler(app)
149
149
 
150
150
    if not options.user_port:
151
151
        port = '8080'