src/eric7/Plugins/PluginWizardEricMessageBox.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
28 "longDescription": """This plugin shows the EricMessageBox wizard.""", 28 "longDescription": """This plugin shows the EricMessageBox wizard.""",
29 "pyqtApi": 2, 29 "pyqtApi": 2,
30 } 30 }
31 # End-Of-Header 31 # End-Of-Header
32 32
33 error = "" # noqa: U200 33 error = "" # noqa: U-200
34 34
35 35
36 class EricMessageBoxWizard(QObject): 36 class EricMessageBoxWizard(QObject):
37 """ 37 """
38 Class implementing the EricMessageBox wizard plugin. 38 Class implementing the EricMessageBox wizard plugin.
148 editor.insertAt(code, line, index) 148 editor.insertAt(code, line, index)
149 editor.endUndoAction() 149 editor.endUndoAction()
150 150
151 151
152 # 152 #
153 # eflag: noqa = M841 153 # eflag: noqa = M-841

eric ide

mercurial