~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches.py

  • Committer: Michael Hudson
  • Date: 2008-06-18 07:19:23 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080618071923-ngeggpee0betr7ja
doh

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
app = make_middleware(app)
10
10
app = make_filter(app, None)
11
11
 
 
12
#from paste.evalexception import EvalException
 
13
#app = EvalException(app)
12
14
 
13
15
httpserver.serve(app, host='127.0.0.1', port='9876')