summaryrefslogtreecommitdiff
path: root/poezio/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/poezio.py')
-rw-r--r--poezio/poezio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 58a8a4d2..6dc51388 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -54,7 +54,7 @@ def test_env():
def test_unicode():
- import poopt
+ from . import poopt
try:
poopt.wcswidth('✔')
except UnicodeError: