eric6/Plugins/PluginVcsPySvn.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
33 packageName = "__core__" 33 packageName = "__core__"
34 shortDescription = "Implements the PySvn version control interface." 34 shortDescription = "Implements the PySvn version control interface."
35 longDescription = \ 35 longDescription = \
36 """This plugin provides the PySvn version control interface.""" 36 """This plugin provides the PySvn version control interface."""
37 pyqtApi = 2 37 pyqtApi = 2
38 python2Compatible = True
39 # End-Of-Header 38 # End-Of-Header
40 39
41 error = "" 40 error = ""
42 41
43 42

eric ide

mercurial