Fix import in markdown parser not being relative

This commit is contained in:
Lonami Exo 2017-11-17 15:57:48 +01:00
parent 01f55200f2
commit 9767774147

View File

@ -5,7 +5,7 @@ since they seem to count as two characters and it's a bit strange.
"""
import re
from telethon.tl import TLObject
from ..tl import TLObject
from ..tl.types import (
MessageEntityBold, MessageEntityItalic, MessageEntityCode,