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

don't forget to export Agent
This commit is contained in:
Robey Pointer 2005-07-16 16:35:25 +00:00
parent 37f3775389
commit 458a0de23f
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,7 @@ __all__ = [ 'Transport',
'SFTPServerInterface'
'ServerInterface',
'BufferedFile',
'Agent',
'transport',
'auth_transport',
'channel',
@ -135,4 +136,5 @@ __all__ = [ 'Transport',
'sftp_handle',
'server',
'file',
'agent',
'util' ]