added missing import

This commit is contained in:
Jim Geovedi 2017-07-24 14:12:34 +07:00
parent eaf9cbd708
commit 68454c40bf

View File

@ -2,6 +2,7 @@
from __future__ import unicode_literals
from ._tokenizer_exceptions_list import ID_BASE_EXCEPTIONS
from ...symbols import ORTH
_exc = {}