~yeliabmas/sloecode/wiki-merge-proposal

« back to all changes in this revision

Viewing changes to sloecode/sshserver/service.py

  • Committer: Tim Penhey
  • Date: 2011-02-13 10:03:14 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: tim.penhey@canonical.com-20110213100314-i2c8xoemrbi04nns
InitialĀ pluginĀ hack.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
from sloecode.sshserver import accesslog, events
28
28
from sloecode.sshserver.auth import SSHUserAuthServer
29
 
from sloecode.sshserver.twistedsupport import gatherResults
 
29
from sloecode.twistedsupport import gatherResults
30
30
 
31
31
 
32
32
class KeepAliveSettingSSHServerTransport(SSHServerTransport):