--- a/E5Gui/E5Action.py Sun Jan 31 16:15:16 2010 +0000 +++ b/E5Gui/E5Action.py Sun Jan 31 17:11:22 2010 +0000 @@ -11,7 +11,6 @@ """ from PyQt4.QtGui import QAction, QActionGroup, QIcon, QKeySequence -from PyQt4.QtCore import QObject class ArgumentsError(RuntimeError): """ @@ -157,4 +156,4 @@ if name: actGrp.setObjectName(name) actGrp.setExclusive(exclusive) - return actGrp \ No newline at end of file + return actGrp