Plugins/PluginAbout.py

changeset 467
0911d8be9b07
parent 454
d28d558f7484
child 545
1538031b5175
--- a/Plugins/PluginAbout.py	Mon Aug 09 15:59:17 2010 +0200
+++ b/Plugins/PluginAbout.py	Mon Aug 09 15:59:33 2010 +0200
@@ -7,7 +7,7 @@
 Module implementing the About plugin.
 """
 
-from PyQt4.QtCore import QObject, SIGNAL
+from PyQt4.QtCore import QObject
 from PyQt4.QtGui import QMessageBox
 
 from UI.Info import *
@@ -124,4 +124,4 @@
         """
         Private slot to handle the About Qt dialog.
         """
-        QMessageBox.aboutQt(self.__ui, Program)
\ No newline at end of file
+        QMessageBox.aboutQt(self.__ui, Program)

eric ide

mercurial