oops, forgot to import SSHException
This commit is contained in:
Robey Pointer 2006-07-29 11:28:01 -07:00
parent 6821b6e8e8
commit 4086a5cd35
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import time
import weakref
from paramiko.sftp import *
from paramiko.sftp_attr import SFTPAttributes
from paramiko.ssh_exception import SSHException
from paramiko.sftp_file import SFTPFile