Author: [email protected]
Date: Fri Feb 6 06:30:34 2009
New Revision: 53
Modified:
trunk/src/SSHLibrary/javaclient.py
Log:
Related to Issue 10: More meaningful message when importing Trilead
Modified: trunk/src/SSHLibrary/javaclient.py
==============================================================================
--- trunk/src/SSHLibrary/javaclient.py (original)
+++ trunk/src/SSHLibrary/javaclient.py Fri Feb 6 06:30:34 2009
@@ -21,8 +21,8 @@
from com.trilead.ssh2 import StreamGobbler, SCPClient, Connection,
SFTPv3Client, \
SFTPv3FileAttributes, SFTPException,
DebugLogger
except ImportError:
- raise ImportError('Importing TriLead failed.'
- 'Make sure you have it installed.')
+ raise ImportError('Importing Trilead SSH modules failed.'
+ 'Make sure you have them installed.')
class SSHClient(object):