[mv] unicode_scripts => unicode_properties

This commit is contained in:
Al
2015-05-12 12:14:59 -04:00
parent 0984fb9ea4
commit d5f9d8a29a
2 changed files with 1 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ from collections import defaultdict
from lxml import etree
from scanner import Scanner
from unicode_scripts import *
from unicode_properties import *
from unicode_paths import CLDR_DIR
from geodata.encoding import safe_decode, safe_encode