Remove unused imports.

This commit is contained in:
practicalswift
2016-01-09 01:28:05 +01:00
parent 5112864dad
commit 21c3d93bea
14 changed files with 23 additions and 22 deletions

View File

@@ -17,9 +17,7 @@
%{
import re
from GYBUnicodeDataUtils import *
from GYBUnicodeDataUtils import GraphemeClusterBreakPropertyTable, get_extended_grapheme_cluster_rules_matrix
grapheme_cluster_break_property_table = \
GraphemeClusterBreakPropertyTable(unicodeGraphemeBreakPropertyFile)