|
@@ -2,7 +2,7 @@ import logging
|
|
|
|
|
|
from importlib import import_module
|
|
|
from re import Pattern, compile
|
|
|
-from unicode_data import normalize as precomp_normalize
|
|
|
+from unicodedata import normalize as precomp_normalize
|
|
|
|
|
|
from scriptshifter.exceptions import BREAK, CONT
|
|
|
from scriptshifter.tables import (
|