Sun, 10 Jan 2016 16:55:10 +0100
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