Queer European MD passionate about IT
Davte пре 6 година
родитељ
комит
e0435ada5b
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      datelepot/__init__.py
  2. 2 2
      datelepot/custombot.py

+ 2 - 2
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

+ 2 - 2
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.