--- a/Utilities/ClassBrowsers/idlclbr.py Fri Oct 18 18:00:02 2013 +0200 +++ b/Utilities/ClassBrowsers/idlclbr.py Fri Oct 18 18:42:10 2013 +0200 @@ -22,7 +22,8 @@ SUPPORTED_TYPES = [ClassBrowsers.IDL_SOURCE] -_getnext = re.compile(r""" +_getnext = re.compile( +r""" (?P<String> " [^"\\\n]* (?: \\. [^"\\\n]*)* " ) @@ -301,7 +302,7 @@ inherit = [_commentsub('', inherit)] # remember this interface cur_class = Interface(module, class_name, inherit, - file, lineno) + file, lineno) if not classstack: dict[class_name] = cur_class else: