~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/xmlrpc/tests/test_codehosting.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 20:29:40 UTC
  • mfrom: (14593.1.6 move-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20111223202940-22gcyjdqhwrjwh0b
[rs=sinzui][no-qa] Move xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    logout,
24
24
    )
25
25
from canonical.launchpad.webapp.interfaces import ILaunchBag
26
 
from canonical.launchpad.xmlrpc import faults
 
26
from lp.xmlrpc import faults
27
27
from canonical.testing.layers import (
28
28
    DatabaseFunctionalLayer,
29
29
    FunctionalLayer,