~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/start-loggerhead.py

  • Committer: William Grant
  • Date: 2012-01-01 03:13:08 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031308-ozhin5aaoxj5th20
scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
from paste.translogger import TransLogger
19
19
from paste.wsgilib import catch_errors
20
20
 
 
21
import lp.codehosting
21
22
from lp.services.config import config
22
 
import lp.codehosting
23
23
 
24
24
 
25
25
LISTEN_HOST = config.codebrowse.listen_host