--- projects/pystatgrab/_statgrab.pyx 2004/02/09 23:07:25 1.3 +++ projects/pystatgrab/_statgrab.pyx 2004/02/10 20:25:54 1.4 @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# $Id: _statgrab.pyx,v 1.3 2004/02/09 23:07:25 tdb Exp $ +# $Id: _statgrab.pyx,v 1.4 2004/02/10 20:25:54 tdb Exp $ # ctypedef long time_t @@ -135,7 +135,7 @@ class Result: def __repr__(self): return str(self.attrs) -class StatgrabException: +class StatgrabException(Exception): def __init__(self, value): self.value = value def __str__(self):