From 3cae53567cc6b3c58036823cab3fde2185447b09 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 7 Feb 2011 16:15:32 +0100 Subject: [PATCH] Whitespaces. --- sjrpc/core/exceptions.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sjrpc/core/exceptions.py b/sjrpc/core/exceptions.py index 81252a2..f1c8742 100644 --- a/sjrpc/core/exceptions.py +++ b/sjrpc/core/exceptions.py @@ -2,15 +2,15 @@ #coding:utf8 class RpcError(Exception): - - ''' - Exception raised by caller when an error occurs while execution of remote - procedure call. - ''' - - def __init__(self, exception, message): - self.exception = exception - self.message = message - - def __str__(self): - return '%s' % self.message + + ''' + Exception raised by caller when an error occurs while execution of remote + procedure call. + ''' + + def __init__(self, exception, message): + self.exception = exception + self.message = message + + def __str__(self): + return '%s' % self.message -- GitLab