QScintilla/Lexers/LexerPython.py

changeset 3656
441956d8fce5
parent 3654
ffeb85cdc72d
child 3730
dccee91e9d8a
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
9 9
10 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 import re 12 import re
13 13
14 from PyQt4.Qsci import QsciLexerPython, QsciScintilla 14 from PyQt5.Qsci import QsciLexerPython, QsciScintilla
15 15
16 from .Lexer import Lexer 16 from .Lexer import Lexer
17 import Preferences 17 import Preferences
18 18
19 19

eric ide

mercurial