--- a/Tools/TrayStarter.py Tue Aug 31 13:23:27 2010 +0200 +++ b/Tools/TrayStarter.py Tue Aug 31 13:39:24 2010 +0200 @@ -11,7 +11,7 @@ import os from PyQt4.QtCore import QProcess, QSettings, QFileInfo -from PyQt4.QtGui import QSystemTrayIcon, QMenu, qApp, QCursor, QMessageBox +from PyQt4.QtGui import QSystemTrayIcon, QMenu, qApp, QCursor from E5Gui import E5MessageBox @@ -383,4 +383,4 @@ """ filename = act.data() if filename: - self.__startProc("eric5.py", filename) \ No newline at end of file + self.__startProc("eric5.py", filename)