Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Consentire avvio in modalità headless (con login automatico) - Corret…
Browse files Browse the repository at this point in the history
…to errore isort
  • Loading branch information
lussoluca committed Aug 10, 2018
1 parent c476c26 commit b75a1ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testenv/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
from testenv.settings import (ALLOWED_SIG_ALGS, AUTH_NO_CONSENT, DIGEST_ALG,
SIGN_ALG, SPID_LEVELS, spid_error_table)
from testenv.spid import SpidPolicy, SpidServer, ac_factory
from testenv.users import JsonUserManager
from testenv.users import AutoLoginJsonUserManager
from testenv.users import AutoLoginJsonUserManager, JsonUserManager
from testenv.utils import get_spid_error, prettify_xml

try:
Expand Down

0 comments on commit b75a1ea

Please sign in to comment.