QScintilla/Exporters/ExporterHTML.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 3670
f0cb7579c0b4
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
12 # This code is a port of the C++ code found in SciTE 1.74 12 # This code is a port of the C++ code found in SciTE 1.74
13 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> 13 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org>
14 14
15 import os 15 import os
16 16
17 from PyQt4.QtCore import Qt 17 from PyQt5.QtCore import Qt
18 from PyQt4.QtGui import QCursor, QFontInfo, QApplication 18 from PyQt5.QtGui import QCursor, QFontInfo
19 from PyQt4.Qsci import QsciScintilla 19 from PyQt5.QtWidgets import QApplication
20 from PyQt5.Qsci import QsciScintilla
20 21
21 from E5Gui import E5MessageBox 22 from E5Gui import E5MessageBox
22 23
23 from .ExporterBase import ExporterBase 24 from .ExporterBase import ExporterBase
24 25

eric ide

mercurial