(possibly misguided) attempt to reduce paramiko's exports
This commit is contained in:
Robey Pointer 2006-01-26 19:53:42 -08:00
parent b955ee02cc
commit 1a469d97fd
1 changed files with 0 additions and 19 deletions

View File

@ -65,10 +65,6 @@ __version_info__ = (1, 5, 2)
__license__ = "GNU Lesser General Public License (LGPL)"
import transport, auth_handler, channel, rsakey, dsskey, message
import ssh_exception, file, packet, agent, server, util
import sftp_client, sftp_attr, sftp_handle, sftp_server, sftp_si
from transport import randpool, SecurityOptions, Transport
from auth_handler import AuthHandler
from channel import Channel, ChannelFile
@ -128,19 +124,4 @@ __all__ = [ 'Transport',
'BufferedFile',
'Agent',
'AgentKey',
'rsakey',
'dsskey',
'pkey',
'message',
'transport',
'sftp',
'sftp_client',
'sftp_server',
'sftp_attr',
'sftp_file',
'sftp_si',
'sftp_handle',
'server',
'file',
'agent',
'util' ]