--- a/E5Gui/E5ToolBox.py Sun Oct 06 19:14:26 2013 +0200 +++ b/E5Gui/E5ToolBox.py Sun Oct 06 19:45:29 2013 +0200 @@ -14,7 +14,8 @@ class E5VerticalToolBox(QToolBox): """ - Class implementing a ToolBox class substituting QToolBox to support wheel events. + Class implementing a ToolBox class substituting QToolBox to support wheel + events. """ def __init__(self, parent=None): """