comparison: src/eric7/Plugins/PluginVcsSubversion.py
src/eric7/Plugins/PluginVcsSubversion.py
- branch
- eric7
- changeset 11148
- 15e30f0c76a8
- parent 11090
- f5f5f5803935
equal
deleted
inserted
replaced
39 ), |
39 ), |
40 "pyqtApi": 2, |
40 "pyqtApi": 2, |
41 } |
41 } |
42 # End-Of-Header |
42 # End-Of-Header |
43 |
43 |
44 error = "" # noqa: U200 |
44 error = "" # noqa: U-200 |
45 |
45 |
46 |
46 |
47 def exeDisplayData(): |
47 def exeDisplayData(): |
48 """ |
48 """ |
49 Public method to support the display of some executable info. |
49 Public method to support the display of some executable info. |