Plugins/PluginVcsSubversion.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
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

eric ide

mercurial