changeset 302:020421cd3ee2

Add doc-string to SubversionError
author Bernhard Herzog <bh@intevation.de>
date Thu, 26 Nov 2009 15:23:13 +0000
parents 3fcebc5cf93c
children df01eb4dbfc5
files treepkg/subversion.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/subversion.py	Tue Nov 24 16:35:41 2009 +0000
+++ b/treepkg/subversion.py	Thu Nov 26 15:23:13 2009 +0000
@@ -20,7 +20,10 @@
 
 
 class SubversionError(Exception):
-    pass
+
+    """Base class for subversion specific errors raised by TreePKG"""
+
+
 
 def list_url(url):
     """Runs svn list with the given url and returns files listed as a list"""
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)