src/eric7/Plugins/PluginWizardSetup.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11203
2ea34362b6b6
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
33 "needsRestart": False, 33 "needsRestart": False,
34 "pyqtApi": 2, 34 "pyqtApi": 2,
35 } 35 }
36 # End-of-Header 36 # End-of-Header
37 37
38 error = "" # noqa: U200 38 error = "" # noqa: U-200
39 39
40 40
41 class SetupWizard(QObject): 41 class SetupWizard(QObject):
42 """ 42 """
43 Class implementing the setup.py wizard plug-in. 43 Class implementing the setup.py wizard plug-in.
179 dlg = SetupWizardDialog(category, editor, self.__ui) 179 dlg = SetupWizardDialog(category, editor, self.__ui)
180 dlg.show() 180 dlg.show()
181 181
182 182
183 # 183 #
184 # eflag: noqa = M801 184 # eflag: noqa = M-801

eric ide

mercurial