Plugins/PluginSyntaxChecker.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3515
1b8381afe38f
child 3525
66f4b8646622
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
32 shortDescription = "Show the Syntax Checker dialog." 32 shortDescription = "Show the Syntax Checker dialog."
33 longDescription = """This plugin implements the Syntax Checker dialog.""" \ 33 longDescription = """This plugin implements the Syntax Checker dialog.""" \
34 """ Syntax Checker is used to check Python source files for correct""" \ 34 """ Syntax Checker is used to check Python source files for correct""" \
35 """ syntax.""" 35 """ syntax."""
36 pyqtApi = 2 36 pyqtApi = 2
37 python2Compatible = True
37 # End-Of-Header 38 # End-Of-Header
38 39
39 error = "" 40 error = ""
40 41
41 42

eric ide

mercurial