--- a/Utilities/ClassBrowsers/idlclbr.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Utilities/ClassBrowsers/idlclbr.py Fri Nov 01 15:48:48 2013 +0100 @@ -24,7 +24,8 @@ SUPPORTED_TYPES = [ClassBrowsers.IDL_SOURCE] -_getnext = re.compile(r""" +_getnext = re.compile( +r""" (?P<String> " [^"\\\n]* (?: \\. [^"\\\n]*)* " ) @@ -303,7 +304,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: