~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/launchpad_loggerhead/app.py

  • Committer: Curtis Hovey
  • Date: 2011-12-23 15:15:40 UTC
  • mto: (14593.2.1 apocalypta-0)
  • mto: This revision was merged to the branch mainline in revision 14596.
  • Revision ID: curtis.hovey@canonical.com-20111223151540-m5scrxvwawh2kzgs
Moved xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
from canonical.config import config
47
47
from canonical.launchpad.webapp.errorlog import ErrorReportingUtility
48
48
from canonical.launchpad.webapp.vhosts import allvhosts
49
 
from canonical.launchpad.xmlrpc import faults
 
49
from lp.xmlrpc import faults
50
50
from lp.code.interfaces.codehosting import (
51
51
    BRANCH_TRANSPORT,
52
52
    LAUNCHPAD_ANONYMOUS,