diff -r eb4cc276920c -r e1a56c9a9c9d PluginAssistantEric.py --- a/PluginAssistantEric.py Sun Jan 17 20:17:54 2010 +0000 +++ b/PluginAssistantEric.py Sun Feb 14 14:09:11 2010 +0000 @@ -7,10 +7,9 @@ Module implementing the Eric assistant plugin. """ -import sys import os -from PyQt4.QtCore import QObject, SIGNAL, QTranslator +from PyQt4.QtCore import QObject, QTranslator from PyQt4.QtGui import QApplication from E5Gui.E5Application import e5App @@ -226,4 +225,3 @@ Public method to prepare for an uninstallation. """ Preferences.Prefs.settings.remove("AssistantEric") - \ No newline at end of file