summaryrefslogtreecommitdiff
path: root/poezio/windows/funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/funcs.py')
-rw-r--r--poezio/windows/funcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/windows/funcs.py b/poezio/windows/funcs.py
index 8fbeafe2..949a46cd 100644
--- a/poezio/windows/funcs.py
+++ b/poezio/windows/funcs.py
@@ -4,7 +4,7 @@ Standalone functions used by the modules
import string
-from . base_wins import FORMAT_CHAR, format_chars
+from poezio.windows.base_wins import FORMAT_CHAR, format_chars
def find_first_format_char(text, chars=None):
if chars is None: