From 377305a8d1946425181d7a11c318c14c8f7fc368 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 10 Apr 2020 15:36:48 +0200 Subject: [PATCH] misc: re-export PaymentException from eopayment --- eopayment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 11dc254..0cae975 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -23,7 +23,7 @@ import pytz from .common import ( # noqa: F401 URL, HTML, FORM, RECEIVED, ACCEPTED, PAID, DENIED, CANCELED, CANCELLED, ERROR, WAITING, force_text, - ResponseError, + ResponseError, PaymentException, ) __all__ = ['Payment', 'URL', 'HTML', 'FORM', 'SIPS', 'SYSTEMPAY', 'SPPLUS',