diff --git a/ciclopibot/bot.py b/ciclopibot/bot.py index 31ced21..e22a8c1 100644 --- a/ciclopibot/bot.py +++ b/ciclopibot/bot.py @@ -9,11 +9,11 @@ import sys from davtelepot.bot import Bot # Project modules -import bot_tools -import ciclopi -from data.passwords import bot_token -import helper -import roles +from . import bot_tools +from . import ciclopi +from . import helper +from . import roles +from .data.passwords import bot_token if __name__ == '__main__': path = os.path.dirname(__file__) diff --git a/ciclopibot/helper.py b/ciclopibot/helper.py index 371e864..a7a76e4 100644 --- a/ciclopibot/helper.py +++ b/ciclopibot/helper.py @@ -7,7 +7,7 @@ from davtelepot.utilities import ( ) # Project modules -import roles +from . import roles DENY_MESSAGE = ( "Chiedi di essere autorizzato: se la tua richiesta verrĂ  accolta, "