From: Leandro Lucarella Date: Mon, 12 Mar 2007 20:59:14 +0000 (+0000) Subject: Eliminar RsyncError porque no se usaba. X-Git-Tag: 0_9~32 X-Git-Url: https://git.llucax.com/software/sercom.git/commitdiff_plain/55d47f36eef7fc25ae893ccac84e0133c1a88a0e?ds=inline Eliminar RsyncError porque no se usaba. --- diff --git a/sercom/tester.py b/sercom/tester.py index 6c93d62..6d2da80 100644 --- a/sercom/tester.py +++ b/sercom/tester.py @@ -80,8 +80,6 @@ class ExecutionFailure(Error, RuntimeError): #{{{ self.caso_de_prueba = caso_de_prueba #}}} -class RsyncError(Error, EnvironmentError): pass - #}}} def unzip(bytes, default_dst='.', specific_dst=dict()): # {{{