E5Gui/E5ListSelectionDialog.py

changeset 5253
57276f763bf6
parent 5244
54a0f215a6f0
child 5389
9b1c800daff3
--- 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
 

eric ide

mercurial