[Python] Improve Python consistency: Use function_name(…) throughout (PEP8)

This commit is contained in:
practicalswift
2016-02-22 22:39:03 +01:00
parent ada88e104d
commit f6d6585ee0
92 changed files with 382 additions and 382 deletions

View File

@@ -17,10 +17,10 @@
%{
from GYBUnicodeDataUtils import get_grapheme_cluster_break_tests_as_UTF8
from GYBUnicodeDataUtils import get_grapheme_cluster_break_tests_as_utf8
grapheme_cluster_break_tests = \
get_grapheme_cluster_break_tests_as_UTF8(unicodeGraphemeBreakTestFile)
get_grapheme_cluster_break_tests_as_utf8(unicodeGraphemeBreakTestFile)
}%