eric6/Plugins/PluginVcsGit.py

branch
without_py2_and_pyqt4
changeset 7199
c71bd6f21748
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7198:684261ef2165 7199:c71bd6f21748
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

eric ide

mercurial