src/eric7/Plugins/PluginVcsGit.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
34 "longDescription": """This plugin provides the Git version control interface.""", 34 "longDescription": """This plugin provides the Git version control interface.""",
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 def exeDisplayData(): 42 def exeDisplayData():
43 """ 43 """
44 Public method to support the display of some executable info. 44 Public method to support the display of some executable info.
345 ) 345 )
346 ericApp().unregisterPluginObject(__header__["pluginTypename"]) 346 ericApp().unregisterPluginObject(__header__["pluginTypename"])
347 347
348 348
349 # 349 #
350 # eflag: noqa = M801 350 # eflag: noqa = M-801

eric ide

mercurial