From b658c6915645854da4a20bc96a57c7fe6ac7b4c1 Mon Sep 17 00:00:00 2001 From: Davte Date: Sat, 17 Nov 2018 12:07:08 +0100 Subject: [PATCH] davteutil structure changed --- davtelepot/custombot.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index 673aa69..bc490fe 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -27,11 +27,11 @@ import telepot import telepot.aio # Project modules -from davteutil import (Gettable, escape_html_chars, get_cleaned_text, - line_drawing_unordered_list, - make_lines_of_buttons, markdown_check, MyOD, - pick_most_similar_from_list, - remove_html_tags, sleep_until) +from davteutil.utilities import ( + Gettable, escape_html_chars, get_cleaned_text, line_drawing_unordered_list, + make_lines_of_buttons, markdown_check, MyOD, pick_most_similar_from_list, + remove_html_tags, sleep_until +) def split_text_gracefully(text, limit, parse_mode):