From 5a1d6fae5b54713fb203a6a01190268b37f313ae Mon Sep 17 00:00:00 2001 From: asamoukin Date: Fri, 31 Oct 2008 07:09:49 +0000 Subject: [PATCH] git-svn-id: http://svn.calculate.ru/calculate2/calculate-lib/trunk@322 c91db197-33c1-4113-bf15-f8a5c547ca64 --- pym/cl_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_profile.py b/pym/cl_profile.py index 429d11d..39470da 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -3455,7 +3455,7 @@ class kde(samba): _comment = "#" configName = "kde" configVersion = "0.1" - reHeader = re.compile("^[\t ]*\[[^\[\]]+\].*\n",re.M) + reHeader = re.compile("^[\t ]*\[[^\t ]+\].*\n",re.M) reBody = re.compile(".+",re.M|re.S) reComment = re.compile("\s*%s.*"%(_comment)) reSeparator = re.compile("=")