davteutil structure changed
This commit is contained in:
parent
6922deb989
commit
b658c69156
@ -27,11 +27,11 @@ import telepot
|
|||||||
import telepot.aio
|
import telepot.aio
|
||||||
|
|
||||||
# Project modules
|
# Project modules
|
||||||
from davteutil import (Gettable, escape_html_chars, get_cleaned_text,
|
from davteutil.utilities import (
|
||||||
line_drawing_unordered_list,
|
Gettable, escape_html_chars, get_cleaned_text, line_drawing_unordered_list,
|
||||||
make_lines_of_buttons, markdown_check, MyOD,
|
make_lines_of_buttons, markdown_check, MyOD, pick_most_similar_from_list,
|
||||||
pick_most_similar_from_list,
|
remove_html_tags, sleep_until
|
||||||
remove_html_tags, sleep_until)
|
)
|
||||||
|
|
||||||
|
|
||||||
def split_text_gracefully(text, limit, parse_mode):
|
def split_text_gracefully(text, limit, parse_mode):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user