X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=9404ee9e71138ceb8c18bf51547cdf98ce25c6f6;hb=644584f12c7513cc394defdbdbf2faf84c4e0206;hp=4e795461532e6b6284057b5a961ac88d329c83be;hpb=8b46747cc1abfede02f5ec6236e4fca9fe83a2d6;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py index 4e795461..9404ee9e 100644 --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -29,6 +29,7 @@ class DakError(Exception): """ def __init__(self, message=""): + Exception.__init__(self) self.args = str(message) self.message = str(message)