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