[Treepkg-commits] r228 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 26 16:23:14 CET 2009


Author: bh
Date: 2009-11-26 16:23:13 +0100 (Thu, 26 Nov 2009)
New Revision: 228

Modified:
   trunk/treepkg/subversion.py
Log:
Add doc-string to SubversionError


Modified: trunk/treepkg/subversion.py
===================================================================
--- trunk/treepkg/subversion.py	2009-11-24 16:35:41 UTC (rev 227)
+++ trunk/treepkg/subversion.py	2009-11-26 15:23:13 UTC (rev 228)
@@ -20,8 +20,11 @@
 
 
 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"""
     output = run.capture_output(cmdexpand("svn list $url", **locals()))



More information about the Treepkg-commits mailing list