summaryrefslogtreecommitdiff
path: root/poezio/tabs/xmltab.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:38:58 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-27 23:54:50 +0100
commit6a1bd5f9b90354f670a53b240a226f598ccf3170 (patch)
treed1a4c6981e443312a82b897552e42154b0accad7 /poezio/tabs/xmltab.py
parent7e51947f475db6ac96d6a4f05559dcd785a8bc42 (diff)
downloadpoezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.gz
poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.bz2
poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.tar.xz
poezio-6a1bd5f9b90354f670a53b240a226f598ccf3170.zip
Make all relative imports explicit.
Diffstat (limited to 'poezio/tabs/xmltab.py')
-rw-r--r--poezio/tabs/xmltab.py10
1 files changed, 5 insertions, 5 deletions
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):