web/_exceptions.py
branchstable
changeset 5186 f3c2cb460ad9
parent 4252 6c4f109c2b03
child 5223 6abd6e3599f4
child 5377 84d14ddfae13
--- a/web/_exceptions.py	Thu Apr 08 12:32:09 2010 +0200
+++ b/web/_exceptions.py	Thu Apr 08 12:42:47 2010 +0200
@@ -53,8 +53,7 @@
     """raised when a json remote call fails
     """
     def __init__(self, reason=''):
-        #super(RequestError, self).__init__() # XXX require py >= 2.5
-        RequestError.__init__(self)
+        super(RequestError, self).__init__()
         self.reason = reason
 
     def dumps(self):