Plugins/PluginVcsPySvn.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
118 @return dictionary with key "zzz_subversionPage" containing the relevant 118 @return dictionary with key "zzz_subversionPage" containing the relevant
119 data 119 data
120 """ 120 """
121 return { 121 return {
122 "zzz_subversionPage": 122 "zzz_subversionPage":
123 [QApplication.translate("VcsPySvnPlugin", "Subversion"), 123 [QApplication.translate("VcsPySvnPlugin", "Subversion"),
124 os.path.join("VcsPlugins", "vcsPySvn", "icons", 124 os.path.join("VcsPlugins", "vcsPySvn", "icons",
125 "preferences-subversion.png"), 125 "preferences-subversion.png"),
126 createConfigurationPage, "vcsPage", None], 126 createConfigurationPage, "vcsPage", None],
127 } 127 }
128 128
129 129
130 def prepareUninstall(): 130 def prepareUninstall():
131 """ 131 """

eric ide

mercurial