Fix the segfault on exit
This commit is contained in:
parent
a8fc35cf35
commit
3ec153a6a0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def test_env():
|
||||||
|
|
||||||
|
|
||||||
def test_unicode():
|
def test_unicode():
|
||||||
import poopt
|
from . import poopt
|
||||||
try:
|
try:
|
||||||
poopt.wcswidth('✔')
|
poopt.wcswidth('✔')
|
||||||
except UnicodeError:
|
except UnicodeError:
|
||||||
|
|
Loading…
Reference in a new issue