src/eric7/Plugins/PluginWizardDotDesktop.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
31 "needsRestart": False, 31 "needsRestart": False,
32 "pyqtApi": 2, 32 "pyqtApi": 2,
33 } 33 }
34 # End-of-Header 34 # End-of-Header
35 35
36 error = "" # noqa: U200 36 error = "" # noqa: U-200
37 37
38 38
39 class DotDesktopWizard(QObject): 39 class DotDesktopWizard(QObject):
40 """ 40 """
41 Class implementing the .desktop wizard plug-in. 41 Class implementing the .desktop wizard plug-in.
154 154
155 editor.setLanguage("dummy.desktop") 155 editor.setLanguage("dummy.desktop")
156 156
157 157
158 # 158 #
159 # eflag: noqa = M801 159 # eflag: noqa = M-801

eric ide

mercurial