Avoid relative import statements

This commit is contained in:
2020-11-19 15:18:44 +01:00
parent a460f71b69
commit abebff43d9
9 changed files with 34 additions and 34 deletions

View File

@@ -6,8 +6,8 @@ from collections import OrderedDict
import logging
# Project modules
from .messages import default_language_messages
from .utilities import extract, make_button, make_inline_keyboard
from davtelepot.messages import default_language_messages
from davtelepot.utilities import extract, make_button, make_inline_keyboard
class MultiLanguageObject(object):