]> git.llucax.com Git - software/sercom.git/commitdiff
Eliminar RsyncError porque no se usaba.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 12 Mar 2007 20:59:14 +0000 (20:59 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 12 Mar 2007 20:59:14 +0000 (20:59 +0000)
sercom/tester.py

index 6c93d62b4ac2e78166c61321df7fdbc0a2dbb51c..6d2da80203f1427956b953ab27effb53c73d7063 100644 (file)
@@ -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()): # {{{