Ejemplo n.º 1
0
def setup_auth():
    """Set up authentification."""
    _sp_logger.log_debug("Setting up auth...")

    from auth.manager import auth_manager

    auth_manager.load()
Ejemplo n.º 2
0
def setup_auth():
    """Set up authentification."""
    _sp_logger.log_debug('Setting up auth...')

    from auth.manager import auth_manager
    auth_manager.load()