misc: import PaymentException in __init__.py (#40353)

This commit is contained in:
Valentin Deniaud 2020-03-02 17:35:32 +01:00
parent 2bf06bfee2
commit cc11879051
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ import pytz
from .common import (URL, HTML, FORM, RECEIVED, ACCEPTED, PAID, DENIED,
CANCELED, CANCELLED, ERROR, WAITING, ResponseError, force_text)
CANCELED, CANCELLED, ERROR, WAITING, ResponseError, force_text,
PaymentException)
__all__ = ['Payment', 'URL', 'HTML', 'FORM', 'SIPS',
'SYSTEMPAY', 'SPPLUS', 'TIPI', 'DUMMY', 'get_backend', 'RECEIVED', 'ACCEPTED',