src/eric7/Plugins/PluginAbout.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
29 "longDescription": """This plugin shows the About dialogs.""", 29 "longDescription": """This plugin shows the About dialogs.""",
30 "pyqtApi": 2, 30 "pyqtApi": 2,
31 } 31 }
32 # End-Of-Header 32 # End-Of-Header
33 33
34 error = "" # noqa: U200 34 error = "" # noqa: U-200
35 35
36 36
37 class AboutPlugin(QObject): 37 class AboutPlugin(QObject):
38 """ 38 """
39 Class implementing the About plugin. 39 Class implementing the About plugin.

eric ide

mercurial