matrix tests: tweak import and add __init__.py to ensure tests run.

This commit is contained in:
neiljp (Neil Pilgrim) 2018-08-06 15:08:18 -07:00 committed by Tim Abbott
parent 28f05676f2
commit 39fb287fba
3 changed files with 1 additions and 1 deletions

View file

View file

@ -1,4 +1,4 @@
from matrix_bridge import (
from .matrix_bridge import (
check_zulip_message_validity,
zulip_to_matrix,
)