[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-28]

forgot to import server
This commit is contained in:
Robey Pointer 2005-07-09 17:31:09 +00:00
parent fb4e56989a
commit 5ba8b47a45
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ __license__ = "GNU Lesser General Public License (LGPL)"
import transport, auth_transport, channel, rsakey, dsskey, message
import ssh_exception, file, packet, agent
import ssh_exception, file, packet, agent, server
import sftp, sftp_client, sftp_attr, sftp_file, sftp_handle, sftp_server, sftp_si
randpool = transport.randpool