~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/tests/test_auth.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:
33
33
from twisted.python.util import sibpath
34
34
from zope.interface import implements
35
35
 
36
 
from canonical.launchpad.xmlrpc import faults
 
36
from lp.xmlrpc import faults
37
37
from lp.services.sshserver import auth
38
38
from lp.services.twistedsupport import suppress_stderr
39
39
from lp.testing import TestCase