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/windows/text_win.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poezio/windows/text_win.py') diff --git a/poezio/windows/text_win.py b/poezio/windows/text_win.py index 5c644c46..1aad172c 100644 --- a/poezio/windows/text_win.py +++ b/poezio/windows/text_win.py @@ -13,9 +13,9 @@ from . import Win from . base_wins import FORMAT_CHAR from . funcs import truncate_nick, parse_attrs -import poopt -from config import config -from theming import to_curses_attr, get_theme, dump_tuple +from .. import poopt +from .. config import config +from .. theming import to_curses_attr, get_theme, dump_tuple # msg is a reference to the corresponding Message object. text_start and -- cgit v1.2.3