~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/xmlrpc/codeimportscheduler.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:
16
16
    canonical_url,
17
17
    LaunchpadXMLRPCView,
18
18
    )
19
 
from canonical.launchpad.xmlrpc.faults import NoSuchCodeImportJob
20
 
from canonical.launchpad.xmlrpc.helpers import return_fault
 
19
from lp.xmlrpc.faults import NoSuchCodeImportJob
 
20
from lp.xmlrpc.helpers import return_fault
21
21
from lp.code.enums import CodeImportResultStatus
22
22
from lp.code.interfaces.codeimportjob import (
23
23
    ICodeImportJobSet,