11147:dee6e106b4d3 | 11148:15e30f0c76a8 |
---|---|
34 "needsRestart": False, | 34 "needsRestart": False, |
35 "pyqtApi": 2, | 35 "pyqtApi": 2, |
36 } | 36 } |
37 # End-of-Header | 37 # End-of-Header |
38 | 38 |
39 error = "" # noqa: U200 | 39 error = "" # noqa: U-200 |
40 | 40 |
41 | 41 |
42 class WizardEricPluginWizard(QObject): | 42 class WizardEricPluginWizard(QObject): |
43 """ | 43 """ |
44 Class implementing the eric plug-in wizard plug-in. | 44 Class implementing the eric plug-in wizard plug-in. |
193 project.saveProject() | 193 project.saveProject() |
194 ericApp().getObject("ViewManager").openSourceFile(packageFile) | 194 ericApp().getObject("ViewManager").openSourceFile(packageFile) |
195 | 195 |
196 | 196 |
197 # | 197 # |
198 # eflag: noqa = M801 | 198 # eflag: noqa = M-801 |