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/tabs/xmltab.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'poezio/tabs/xmltab.py') diff --git a/poezio/tabs/xmltab.py b/poezio/tabs/xmltab.py index 3df32fbe..29e2f2a7 100644 --- a/poezio/tabs/xmltab.py +++ b/poezio/tabs/xmltab.py @@ -17,11 +17,11 @@ from xml.etree import ElementTree as ET from . import Tab -import text_buffer -import windows -from xhtml import clean_text -from decorators import command_args_parser, refresh_wrapper -from common import safeJID +from .. import text_buffer +from .. import windows +from .. xhtml import clean_text +from .. decorators import command_args_parser, refresh_wrapper +from .. common import safeJID class MatchJID(object): -- cgit v1.2.3