Tools/TrayStarter.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3034
7ce719013078
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Tools/TrayStarter.py
--- a/Tools/TrayStarter.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Tools/TrayStarter.py	Sun Nov 03 15:58:22 2013 +0100
@@ -13,8 +13,8 @@
 import os
 
 from PyQt4.QtCore import QProcess, QSettings, QFileInfo
-from PyQt4.QtGui  import QSystemTrayIcon, QMenu, qApp, QCursor, \
-    QApplication, QDialog
+from PyQt4.QtGui import QSystemTrayIcon, QMenu, qApp, QCursor, QDialog, \
+    QApplication
 
 from E5Gui import E5MessageBox
 

eric ide

mercurial