Skip to content

Commit

Permalink
Add missing class to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
icgood committed Feb 17, 2020
1 parent 02c7bdd commit 171366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysasl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from pkg_resources import iter_entry_points

__all__ = ['AuthenticationError', 'UnexpectedChallenge', 'ServerChallenge',
'AuthenticationCredentials', 'BaseMechanism', 'ServerMechanism',
'ClientMechanism', 'SASLAuth']
'ChallengeResponse', 'AuthenticationCredentials', 'BaseMechanism',
'ServerMechanism', 'ClientMechanism', 'SASLAuth']


class AuthenticationError(Exception):
Expand Down

0 comments on commit 171366b

Please sign in to comment.