--- a/eric6/QScintilla/Exporters/ExporterHTML.py Mon Sep 09 19:07:48 2019 +0200 +++ b/eric6/QScintilla/Exporters/ExporterHTML.py Tue Sep 10 19:30:07 2019 +0200 @@ -7,7 +7,6 @@ Module implementing an exporter for HTML. """ -from __future__ import unicode_literals # This code is a port of the C++ code found in SciTE 1.74 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>