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