diff options
-rw-r--r-- | poezio/poezio.py | 2 |
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: |