[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-104]
fix location of SFTPError fix location of SFTPError.
This commit is contained in:
parent
1c32fcd99a
commit
224f6e4747
|
@ -79,7 +79,7 @@ Message = message.Message
|
|||
PasswordRequiredException = ssh_exception.PasswordRequiredException
|
||||
SFTP = sftp_client.SFTP
|
||||
SFTPClient = sftp_client.SFTPClient
|
||||
SFTPError = sftp_client.SFTPError
|
||||
SFTPError = sftp.SFTPError
|
||||
SFTPAttributes = sftp_attr.SFTPAttributes
|
||||
ServerInterface = server.ServerInterface
|
||||
SubsystemHandler = server.SubsystemHandler
|
||||
|
|
|
@ -393,6 +393,3 @@ class SFTPClient (BaseSFTP):
|
|||
class SFTP (SFTPClient):
|
||||
"an alias for L{SFTPClient} for backwards compatability"
|
||||
pass
|
||||
|
||||
class SFTPError (SFTPError):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue