awx/awx/sso/__init__.py
Ryan Petrello af4234556e
remove dm.xmlsec.binding
python-saml uses dm.xmlsec.binding only supports python2
by moving to py3, we now use python3-saml (which uses python-xmlsec
instead)

see: https://github.com/onelogin/python-saml/issues/145#issuecomment-222021691
2019-01-15 14:09:05 -05:00

5 lines
105 B
Python

# Copyright (c) 2015 Ansible, Inc.
# All Rights Reserved.
default_app_config = 'awx.sso.apps.SSOConfig'