Added a forgotten '__future__' statement to the last commit.

Sun, 10 Jan 2016 16:55:10 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 10 Jan 2016 16:55:10 +0100
changeset 4653
e8b51747c48e
parent 4652
a88a2ba7a48a
child 4654
9dafe6905667

Added a forgotten '__future__' statement to the last commit.

HexEdit/HexEditSearchReplaceWidget.py file | annotate | diff | comparison | revisions
--- a/HexEdit/HexEditSearchReplaceWidget.py	Sun Jan 10 16:52:22 2016 +0100
+++ b/HexEdit/HexEditSearchReplaceWidget.py	Sun Jan 10 16:55:10 2016 +0100
@@ -7,6 +7,8 @@
 Module implementing a search and replace widget for the hex editor.
 """
 
+from __future__ import unicode_literals
+
 from PyQt5.QtCore import pyqtSlot, Qt, QByteArray
 from PyQt5.QtWidgets import QWidget
 

eric ide

mercurial