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. |