eric7/QScintilla/Lexers/LexerPython.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8343
242d5dae2937
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
8 """ 8 """
9 9
10 import re 10 import re
11 import contextlib 11 import contextlib
12 12
13 from PyQt5.Qsci import QsciLexerPython, QsciScintilla 13 from PyQt6.Qsci import QsciLexerPython, QsciScintilla
14 14
15 from .SubstyledLexer import SubstyledLexer 15 from .SubstyledLexer import SubstyledLexer
16 import Preferences 16 import Preferences
17 17
18 18

eric ide

mercurial