PluginAssistantEric.py

changeset 5
e1a56c9a9c9d
parent 2
89cbc07f4bf0
child 17
8f33c2f5bfbd
equal deleted inserted replaced
4:eb4cc276920c 5:e1a56c9a9c9d
5 5
6 """ 6 """
7 Module implementing the Eric assistant plugin. 7 Module implementing the Eric assistant plugin.
8 """ 8 """
9 9
10 import sys
11 import os 10 import os
12 11
13 from PyQt4.QtCore import QObject, SIGNAL, QTranslator 12 from PyQt4.QtCore import QObject, QTranslator
14 from PyQt4.QtGui import QApplication 13 from PyQt4.QtGui import QApplication
15 14
16 from E5Gui.E5Application import e5App 15 from E5Gui.E5Application import e5App
17 16
18 import Preferences 17 import Preferences
224 def prepareUninstall(self): 223 def prepareUninstall(self):
225 """ 224 """
226 Public method to prepare for an uninstallation. 225 Public method to prepare for an uninstallation.
227 """ 226 """
228 Preferences.Prefs.settings.remove("AssistantEric") 227 Preferences.Prefs.settings.remove("AssistantEric")
229

eric ide

mercurial