Skip to content
Snippets Groups Projects
Commit 209c83c4 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

link to twisted tickets related to this

parent 4f59ff8c
No related branches found
No related tags found
1 merge request!278Port to Python 3
...@@ -52,6 +52,10 @@ from .model import Voucher ...@@ -52,6 +52,10 @@ from .model import Voucher
RETRY_INTERVAL = timedelta(milliseconds=1000) RETRY_INTERVAL = timedelta(milliseconds=1000)
# It would be nice to have frozen exception types but Failure.cleanFailure
# interacts poorly with these.
# https://twistedmatrix.com/trac/ticket/9641
# https://twistedmatrix.com/trac/ticket/9771
@attr.s(auto_attribs=True) @attr.s(auto_attribs=True)
class UnexpectedResponse(Exception): class UnexpectedResponse(Exception):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment