--- a/QScintilla/Exporters/ExporterHTML.py Sat Dec 14 23:05:59 2013 +0100 +++ b/QScintilla/Exporters/ExporterHTML.py Sat Dec 14 23:44:25 2013 +0100 @@ -7,7 +7,7 @@ Module implementing an exporter for HTML. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +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>