From 4a427d8e0dad2e252fedf55c5941d5877e139b09 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 29 Dec 2012 01:54:58 +0000 Subject: style cleanup --- source/blender/editors/space_text/text_format_py.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_format_py.c b/source/blender/editors/space_text/text_format_py.c index 2a0f483d80c..c4d4b6b1c2f 100644 --- a/source/blender/editors/space_text/text_format_py.c +++ b/source/blender/editors/space_text/text_format_py.c @@ -56,6 +56,9 @@ static int txtfmt_py_find_builtinfunc(char *string) { int a, i; + /* list is from... + * ", ".join(['"%s"' % kw for kw in __import__("keyword").kwlist if kw not in {"False", "None", "True"}]) + */ const char *builtinfuncs[] = { /* "False", "None", "True", */ /* see find_bool() */ "and", "as", "assert", "break", -- cgit v1.2.3