ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/pystatgrab/_statgrab.pyx
(Generate patch)

Comparing projects/pystatgrab/_statgrab.pyx (file contents):
Revision 1.3 by tdb, Mon Feb 9 23:07:25 2004 UTC vs.
Revision 1.4 by tdb, Tue Feb 10 20:25:54 2004 UTC

# Line 135 | Line 135 | class Result:
135      def __repr__(self):
136          return str(self.attrs)
137  
138 < class StatgrabException:
138 > class StatgrabException(Exception):
139      def __init__(self, value):
140          self.value = value
141      def __str__(self):

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines