Utilities/ClassBrowsers/idlclbr.py

changeset 3030
4a0a82ddd9d2
parent 2997
7f0ef975da9e
child 3039
8dd0165d805d
child 3058
0a02c433f52d
--- 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:

eric ide

mercurial