This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
lcs/lcs/__init__.py

11 lines
169 B
Python

import sys
import os
sys.path.insert(0, os.path.dirname(__file__))
import qommon
import lasso
if not hasattr(lasso, 'SAML2_SUPPORT'):
lasso.SAML2_SUPPORT = False