~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:35:18 UTC
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: michael.hudson@canonical.com-20080618073518-093cb5myk2tx6hfr
more compatibility

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#from paste.evalexception import EvalException
13
13
#app = EvalException(app)
14
14
 
15
 
httpserver.serve(app, host='127.0.0.1', port='9876')
 
15
httpserver.serve(app, host='0.0.0.0', port='9876')