summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1345623)
svn path=/trunk/packages/invirt-base/; revision=1623
+invirt-base (0.0.11) unstable; urgency=low
+
+ * Fix a typo in the common Python exceptions
+
+ -- Evan Broder <broder@mit.edu> Wed, 12 Nov 2008 05:59:05 -0500
+
invirt-base (0.0.10) unstable; urgency=low
* Fix a missing import in the remctl code
invirt-base (0.0.10) unstable; urgency=low
* Fix a missing import in the remctl code
the select box).
"""
def __init__(self, err_field, err_value, expl=None):
the select box).
"""
def __init__(self, err_field, err_value, expl=None):
- MyException.__init__(self, expl)
+ Exception.__init__(self, expl)
self.err_field = err_field
self.err_value = err_value
self.err_field = err_field
self.err_value = err_value