missing commas in exported class list (bug 55946)
This commit is contained in:
parent
4707b2d8d1
commit
6d37b6b810
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue