diff --git a/datelepot/__init__.py b/datelepot/__init__.py index bae7907..d83ca60 100644 --- a/datelepot/__init__.py +++ b/datelepot/__init__.py @@ -1,8 +1,8 @@ __author__ = "Davide Testa" __credits__ = "Marco Origlia" __license__ = "GNU General Public License v3.0" -__version__ = "1.0" +__version__ = "1.1.0" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" -from custombot import Bot +from datelepot.custombot import Bot diff --git a/datelepot/custombot.py b/datelepot/custombot.py index d19c682..e34c548 100644 --- a/datelepot/custombot.py +++ b/datelepot/custombot.py @@ -20,8 +20,8 @@ import dataset import telepot # Project modules -from utilities import Gettable, MyOD -from utilities import escape_html_chars, get_cleaned_text, make_lines_of_buttons, markdown_check, remove_html_tags, sleep_until +from datelepot.utilities import Gettable, MyOD +from datelepot.utilities import escape_html_chars, get_cleaned_text, make_lines_of_buttons, markdown_check, remove_html_tags, sleep_until def split_text_gracefully(text, limit, parse_mode): """Split text if it hits telegram limits for text messages.