Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheck.py

changeset 6119
18fb5d765f3a
parent 6109
041715a2f703
child 6188
5a6ae3be31e6
equal deleted inserted replaced
6118:da9e08920e7c 6119:18fb5d765f3a
34 re.compile( 34 re.compile(
35 r"""^<<<<<<< .*?=======.*?>>>>>>> .*?$""", 35 r"""^<<<<<<< .*?=======.*?>>>>>>> .*?$""",
36 re.MULTILINE | re.DOTALL 36 re.MULTILINE | re.DOTALL
37 ), 37 ),
38 ) 38 )
39
39 40
40 def initService(): 41 def initService():
41 """ 42 """
42 Initialize the service and return the entry point. 43 Initialize the service and return the entry point.
43 44

eric ide

mercurial