--- a/eric6/E5Gui/E5ToolBarDialog.py Fri Apr 09 18:13:36 2021 +0200 +++ b/eric6/E5Gui/E5ToolBarDialog.py Fri Apr 09 18:38:01 2021 +0200 @@ -21,7 +21,7 @@ import UI.PixmapCache -class E5ToolBarItem(object): +class E5ToolBarItem: """ Class storing data belonging to a toolbar entry of the toolbar dialog. """