3654:ffeb85cdc72d | 3656:441956d8fce5 |
---|---|
13 except NameError: | 13 except NameError: |
14 pass | 14 pass |
15 | 15 |
16 import re | 16 import re |
17 | 17 |
18 from PyQt4.QtCore import QRegExp | 18 from PyQt5.QtCore import QRegExp |
19 from PyQt4.Qsci import QsciLexerPython | 19 from PyQt5.Qsci import QsciLexerPython |
20 | 20 |
21 from .CompleterBase import CompleterBase | 21 from .CompleterBase import CompleterBase |
22 | 22 |
23 import Preferences | 23 import Preferences |
24 | 24 |