Author: [email protected]
Date: Fri Feb 6 06:47:55 2009
New Revision: 54
Modified:
trunk/src/SSHLibrary/javaclient.py
Log:
Issue 10: space for error message added
Modified: trunk/src/SSHLibrary/javaclient.py
==============================================================================
--- trunk/src/SSHLibrary/javaclient.py (original)
+++ trunk/src/SSHLibrary/javaclient.py Fri Feb 6 06:47:55 2009
@@ -22,7 +22,7 @@
SFTPv3FileAttributes, SFTPException,
DebugLogger
except ImportError:
raise ImportError('Importing Trilead SSH modules failed.'
- 'Make sure you have them installed.')
+ ' Make sure you have them installed.')
class SSHClient(object):