~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/auth.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:
40
40
from zope.event import notify
41
41
from zope.interface import implements
42
42
 
43
 
from canonical.launchpad.xmlrpc import faults
 
43
from lp.xmlrpc import faults
44
44
from lp.services.sshserver import events
45
45
from lp.services.sshserver.session import PatchedSSHSession
46
46
from lp.services.sshserver.sftp import FileTransferServer