Package: python-paramiko Version: 1.5.2-0.1 Severity: normal Tags: patch >>> from paramiko import * Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'SFTPServerInterfaceServerInterface'
This patch fix this issue: --- __init__.py.orig 2006-08-10 16:06:34.000000000 +0200 +++ __init__.py 2006-08-10 16:06:42.000000000 +0200 @@ -123,7 +123,7 @@ 'SFTPServer', 'SFTPError', 'SFTPAttributes', - 'SFTPServerInterface' + 'SFTPServerInterface', 'ServerInterface', 'BufferedFile', 'Agent', Cheers, -- Julien Danjou // Λ̊ <[EMAIL PROTECTED]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // I'm no superman.
signature.asc
Description: Digital signature