Skip to content

Commit

Permalink
eventlib: Add BadEventHandlerException to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Jul 16, 2019
1 parent 89d59be commit 172ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppb/eventlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re

__all__ = (
'EventMixin',
'EventMixin', 'BadEventHandlerException',
)

boundaries_finder = re.compile('(.)([A-Z][a-z]+)')
Expand Down

0 comments on commit 172ac63

Please sign in to comment.