2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Fix relative imports

This commit is contained in:
Dan 2018-08-10 11:30:36 +02:00
parent 7162850523
commit 9c7de81d82

View File

@ -17,7 +17,7 @@
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
from pyrogram.api.core import Object from pyrogram.api.core import Object
from .bots import InlineKeyboardMarkup, ReplyKeyboardMarkup from ..bots import InlineKeyboardMarkup, ReplyKeyboardMarkup
class Message(Object): class Message(Object):