Project modules must be imported with davtelepot.
prefix
This commit is contained in:
parent
c477f290dd
commit
dc5cc92867
@ -16,9 +16,9 @@ import re
|
|||||||
from aiohttp import web
|
from aiohttp import web
|
||||||
|
|
||||||
# Project modules
|
# Project modules
|
||||||
from api import TelegramBot, TelegramError
|
from davtelepot.api import TelegramBot, TelegramError
|
||||||
from database import ObjectWithDatabase
|
from davtelepot.database import ObjectWithDatabase
|
||||||
from utilities import (
|
from davtelepot.utilities import (
|
||||||
escape_html_chars, get_secure_key, make_inline_query_answer,
|
escape_html_chars, get_secure_key, make_inline_query_answer,
|
||||||
make_lines_of_buttons, remove_html_tags
|
make_lines_of_buttons, remove_html_tags
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user