# HG changeset patch # User Bernhard Herzog # Date 1259248993 0 # Node ID 020421cd3ee2fdb4df444228bd11b91df085359f # Parent 3fcebc5cf93c5b165cb0b939076909271ac83683 Add doc-string to SubversionError diff -r 3fcebc5cf93c -r 020421cd3ee2 treepkg/subversion.py --- 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"""