--- a/eric6/E5Gui/E5ModelToolBar.py Mon Sep 09 19:07:48 2019 +0200 +++ b/eric6/E5Gui/E5ModelToolBar.py Tue Sep 10 19:30:07 2019 +0200 @@ -7,7 +7,6 @@ Module implementing a tool bar populated from a QAbstractItemModel. """ -from __future__ import unicode_literals from PyQt5.QtCore import pyqtSignal, Qt, QModelIndex, QPoint, QEvent from PyQt5.QtGui import QDrag, QIcon