Queer European MD passionate about IT
Davte 6 лет назад
Родитель
Сommit
b658c69156
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      davtelepot/custombot.py

+ 5 - 5
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):