From 3ec153a6a01faca5445bb7c21e0d427bb5096320 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 21 Jul 2018 16:47:28 +0200 Subject: Fix the segfault on exit --- poezio/poezio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/poezio.py') 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: -- cgit v1.2.3