125 Module function to prepare for an uninstallation. |
126 Module function to prepare for an uninstallation. |
126 """ |
127 """ |
127 if not e5App().getObject("PluginManager").isPluginLoaded("PluginVcsSubversion"): |
128 if not e5App().getObject("PluginManager").isPluginLoaded("PluginVcsSubversion"): |
128 Preferences.Prefs.settings.remove("Subversion") |
129 Preferences.Prefs.settings.remove("Subversion") |
129 |
130 |
130 class VcsPySvnPlugin(object): |
131 class VcsPySvnPlugin(QObject): |
131 """ |
132 """ |
132 Class implementing the PySvn version control plugin. |
133 Class implementing the PySvn version control plugin. |
133 """ |
134 """ |
134 def __init__(self, ui): |
135 def __init__(self, ui): |
135 """ |
136 """ |