Merge pull request #736 from ewjoachim/fix-social-core

Fix import of social_core.exceptions in sso/pipeline.py
This commit is contained in:
Wayne Witzel III 2017-11-29 09:26:43 -05:00 committed by GitHub
commit 53460db4d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
import re
# Python Social Auth
from social.exceptions import AuthException
from social_core.exceptions import AuthException
# Django
from django.utils.translation import ugettext_lazy as _

View File

@ -0,0 +1,2 @@
def test_module_loads():
from awx.sso import pipeline # noqa