summaryrefslogtreecommitdiff
path: root/poezio/windows/inputs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-06-30 23:36:25 +0200
committermathieui <mathieui@mathieui.net>2016-06-30 23:36:25 +0200
commit8f7be37a700aa78f1906e155f79356fcd7e4b260 (patch)
tree8cd5da2325934544c51e2b08b764a39f79f212ed /poezio/windows/inputs.py
parent945035fc18765349563574103951d1aa403fa987 (diff)
downloadpoezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.gz
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.bz2
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.xz
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.zip
Absolute imports everywhere
Diffstat (limited to 'poezio/windows/inputs.py')
-rw-r--r--poezio/windows/inputs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/poezio/windows/inputs.py b/poezio/windows/inputs.py
index da7b53d9..51b9f4ea 100644
--- a/poezio/windows/inputs.py
+++ b/poezio/windows/inputs.py
@@ -11,9 +11,9 @@ import string
from poezio import keyboard
from poezio import common
from poezio import poopt
-from . import Win
-from . base_wins import format_chars
-from . funcs import find_first_format_char
+from poezio.windows import Win
+from poezio.windows.base_wins import format_chars
+from poezio.windows.funcs import find_first_format_char
from poezio.config import config
from poezio.theming import to_curses_attr