~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-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

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 lp.xmlrpc import faults
43
44
from lp.services.sshserver import events
44
45
from lp.services.sshserver.session import PatchedSSHSession
45
46
from lp.services.sshserver.sftp import FileTransferServer
46
47
from lp.services.twistedsupport.xmlrpc import trap_fault
47
 
from lp.xmlrpc import faults
48
48
 
49
49
 
50
50
class LaunchpadAvatar(avatar.ConchUser):