python 3 compatibility

This commit is contained in:
Ayub khan
2019-07-11 14:16:38 +05:00
committed by Feanil Patel
parent 33bcb76a26
commit 83bc838fae
10 changed files with 31 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
"""
Exceptions for SAML Authentication.
"""
from __future__ import absolute_import
from social_core.exceptions import AuthException