35 packageName = "__core__" |
35 packageName = "__core__" |
36 shortDescription = "Implements the Git version control interface." |
36 shortDescription = "Implements the Git version control interface." |
37 longDescription = \ |
37 longDescription = \ |
38 """This plugin provides the Git version control interface.""" |
38 """This plugin provides the Git version control interface.""" |
39 pyqtApi = 2 |
39 pyqtApi = 2 |
40 python2Compatible = True |
|
41 # End-Of-Header |
40 # End-Of-Header |
42 |
41 |
43 error = "" |
42 error = "" |
44 |
43 |
45 |
44 |