[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:
Robey Pointer 2004-11-07 02:28:33 +00:00
parent 1c32fcd99a
commit 224f6e4747
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -393,6 +393,3 @@ class SFTPClient (BaseSFTP):
class SFTP (SFTPClient):
"an alias for L{SFTPClient} for backwards compatability"
pass
class SFTPError (SFTPError):
pass