QScintilla/Lexers/LexerPython.py

changeset 3539
0c2dc1446ebf
parent 3515
1b8381afe38f
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3538:33a75660df08 3539:0c2dc1446ebf
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 PyQt4.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