~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/authserver/tests/test_authserver.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:
8
8
from zope.component import getUtility
9
9
from zope.publisher.xmlrpc import TestRequest
10
10
 
11
 
from canonical.launchpad.xmlrpc import faults
 
11
from lp.xmlrpc import faults
12
12
from canonical.testing.layers import DatabaseFunctionalLayer
13
 
from lp.app.interfaces.launchpad import IPrivateApplication
 
13
from lp.xmlrpc.interfaces import IPrivateApplication
14
14
from lp.services.authserver.xmlrpc import AuthServerAPIView
15
15
from lp.testing import TestCaseWithFactory
16
16