eric6/QScintilla/Exporters/ExporterHTML.py

changeset 7781
607a6098cb44
parent 7771
787a6b3f8c9f
child 7785
9978016560ec
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
4 # 4 #
5 5
6 """ 6 """
7 Module implementing an exporter for HTML. 7 Module implementing an exporter for HTML.
8 """ 8 """
9
10 9
11 # This code is a port of the C++ code found in SciTE 1.74 10 # This code is a port of the C++ code found in SciTE 1.74
12 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> 11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
13 12
14 import os 13 import os

eric ide

mercurial