~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/authserver/tests/test_authserver.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:
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
13
from lp.app.interfaces.launchpad import IPrivateApplication
14
14
from lp.services.authserver.xmlrpc import AuthServerAPIView