Plugins/PluginVcsPySvn.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3036
30c81c9e88b8
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
119 119
120 @return dictionary with key "zzz_subversionPage" containing the relevant 120 @return dictionary with key "zzz_subversionPage" containing the relevant
121 data 121 data
122 """ 122 """
123 return { 123 return {
124 "zzz_subversionPage": \ 124 "zzz_subversionPage":
125 [QApplication.translate("VcsPySvnPlugin", "Subversion"), 125 [QApplication.translate("VcsPySvnPlugin", "Subversion"),
126 os.path.join("VcsPlugins", "vcsPySvn", "icons", 126 os.path.join("VcsPlugins", "vcsPySvn", "icons",
127 "preferences-subversion.png"), 127 "preferences-subversion.png"),
128 createConfigurationPage, "vcsPage", None], 128 createConfigurationPage, "vcsPage", None],
129 } 129 }
130 130
131 131
132 def prepareUninstall(): 132 def prepareUninstall():
133 """ 133 """

eric ide

mercurial