Fix import of social_core.exceptions in sso/pipeline.py

Signed-off-by: Joachim Jablon <ewjoachim@gmail.com>
This commit is contained in:
Joachim Jablon
2017-11-29 12:53:29 +01:00
parent 8f5be46d52
commit 6609f38fa2
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