missing commas in exported class list (bug 55946)
This commit is contained in:
Robey Pointer 2006-08-13 12:35:46 -07:00
parent 4707b2d8d1
commit 6d37b6b810
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ __all__ = [ 'Transport',
'SSHClient',
'MissingHostKeyPolicy',
'AutoAddPolicy',
'RejectPolicy'
'RejectPolicy',
'SecurityOptions',
'SubsystemHandler',
'Channel',
@ -134,7 +134,7 @@ __all__ = [ 'Transport',
'SFTPServer',
'SFTPError',
'SFTPAttributes',
'SFTPServerInterface'
'SFTPServerInterface',
'ServerInterface',
'BufferedFile',
'Agent',