Utilities/ClassBrowsers/pyclbr.py

changeset 3030
4a0a82ddd9d2
parent 2997
7f0ef975da9e
child 3034
7ce719013078
child 3058
0a02c433f52d
--- a/Utilities/ClassBrowsers/pyclbr.py	Fri Oct 18 18:00:02 2013 +0200
+++ b/Utilities/ClassBrowsers/pyclbr.py	Fri Oct 18 18:42:10 2013 +0200
@@ -26,7 +26,8 @@
 
 SUPPORTED_TYPES = [ClassBrowsers.PY_SOURCE, ClassBrowsers.PTL_SOURCE]
     
-_getnext = re.compile(r"""
+_getnext = re.compile(
+r"""
     (?P<String>
        \""" [^"\\]* (?:
                         (?: \\. | "(?!"") )

eric ide

mercurial