changeset 2075 | c6bdfd560d91 |
parent 1308 | 35b75ffcbb37 |
child 2078 | 0b45b07a9d0c |
--- a/app/soc/views/out_of_band.py Fri Apr 03 17:32:15 2009 +0000 +++ b/app/soc/views/out_of_band.py Fri Apr 03 17:34:20 2009 +0000 @@ -52,6 +52,7 @@ self.message_fmt = message_fmt self.context = context self.response_args = response_args + super(Error, self).__init__(message_fmt, context, response_args) class LoginRequest(Error):