From 6a1bd5f9b90354f670a53b240a226f598ccf3170 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 27 Jun 2016 23:38:58 +0100 Subject: Make all relative imports explicit. --- poezio/text_buffer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/text_buffer.py') diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py index 5b97b198..56832270 100644 --- a/poezio/text_buffer.py +++ b/poezio/text_buffer.py @@ -12,8 +12,8 @@ import logging log = logging.getLogger(__name__) from datetime import datetime -from config import config -from theming import get_theme, dump_tuple +from . config import config +from . theming import get_theme, dump_tuple class Message: __slots__ = ('txt', 'nick_color', 'time', 'str_time', 'nickname', 'user', -- cgit v1.2.3