10 # 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 |
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> |
11 # Original code: Copyright 1998-2006 by Neil Hodgson <neilh@scintilla.org> |
12 |
12 |
13 import os |
13 import os |
14 |
14 |
15 from PyQt4.QtCore import * |
15 from PyQt4.QtCore import Qt |
16 from PyQt4.QtGui import * |
16 from PyQt4.QtGui import QCursor, QFontInfo, QApplication |
17 from PyQt4.Qsci import QsciScintilla |
17 from PyQt4.Qsci import QsciScintilla |
18 |
18 |
19 from E5Gui import E5MessageBox |
19 from E5Gui import E5MessageBox |
20 |
20 |
21 from .ExporterBase import ExporterBase |
21 from .ExporterBase import ExporterBase |