--- a/E5Gui/E5ListSelectionDialog.py Mon Oct 17 19:51:51 2016 +0200 +++ b/E5Gui/E5ListSelectionDialog.py Mon Oct 17 19:59:52 2016 +0200 @@ -7,6 +7,8 @@ Module implementing a dialog to select from a list of strings. """ +from __future__ import unicode_literals + from PyQt5.QtCore import pyqtSlot from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QAbstractItemView