Fix patched import and version bump

This commit is contained in:
Lonami Exo 2021-02-06 12:49:27 +01:00
parent 29db2a5f74
commit 6d33da7bad
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,2 @@
# Compatibility for people relying on this module
from ..custom.message import Message
MessageService = MessageEmpty = Message
from ..custom.message import MessageEmpty, MessageService, Message

View File

@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.19.3'
__version__ = '1.19.4'