missing commas in exported class list (bug 55946)
This commit is contained in:
parent
4707b2d8d1
commit
6d37b6b810
|
@ -113,7 +113,7 @@ __all__ = [ 'Transport',
|
||||||
'SSHClient',
|
'SSHClient',
|
||||||
'MissingHostKeyPolicy',
|
'MissingHostKeyPolicy',
|
||||||
'AutoAddPolicy',
|
'AutoAddPolicy',
|
||||||
'RejectPolicy'
|
'RejectPolicy',
|
||||||
'SecurityOptions',
|
'SecurityOptions',
|
||||||
'SubsystemHandler',
|
'SubsystemHandler',
|
||||||
'Channel',
|
'Channel',
|
||||||
|
@ -134,7 +134,7 @@ __all__ = [ 'Transport',
|
||||||
'SFTPServer',
|
'SFTPServer',
|
||||||
'SFTPError',
|
'SFTPError',
|
||||||
'SFTPAttributes',
|
'SFTPAttributes',
|
||||||
'SFTPServerInterface'
|
'SFTPServerInterface',
|
||||||
'ServerInterface',
|
'ServerInterface',
|
||||||
'BufferedFile',
|
'BufferedFile',
|
||||||
'Agent',
|
'Agent',
|
||||||
|
|
Loading…
Reference in New Issue