Fix client tests broken by a14ebf9ec2c40a25db8c4e2bb86246d2a8c75bb7.

This commit is contained in:
2021-02-19 23:00:00 +01:00
parent 0dfe0de549
commit 3932a40d74

View File

@ -1,8 +1,9 @@
import base64
# TODO: figure this out if we ever implement SCRAM
#import pyxmpp2_scram as scram
scram = None
try:
import pyxmpp2_scram as scram
except ImportError:
scram = None
from irctest import cases
from irctest import authentication