util/sasl/mechanisms.py: SASLMutualAuthFailed not defined
SASLMutualAuthFailed was not imported from sleekxmpp.util.sasl.client
This commit is contained in:
parent
91dc58d967
commit
2c04ae084c
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ from base64 import b64encode, b64decode
|
|||
|
||||
from sleekxmpp.util import bytes, hash, XOR, quote, num_to_bytes
|
||||
from sleekxmpp.util.sasl.client import sasl_mech, Mech, \
|
||||
SASLCancelled, SASLFailed
|
||||
SASLCancelled, SASLFailed, \
|
||||
SASLMutualAuthFailed
|
||||
|
||||
|
||||
@sasl_mech(0)
|
||||
|
|
Loading…
Reference in a new issue