7228:6037ddba57aa | 7229:53054eb5b15a |
---|---|
7 Module implementing the spell checker for the editor component. | 7 Module implementing the spell checker for the editor component. |
8 | 8 |
9 The spell checker is based on pyenchant. | 9 The spell checker is based on pyenchant. |
10 """ | 10 """ |
11 | 11 |
12 from __future__ import unicode_literals | |
13 | 12 |
14 import os | 13 import os |
15 import sys | 14 import sys |
16 | 15 |
17 from PyQt5.QtCore import QTimer, QObject | 16 from PyQt5.QtCore import QTimer, QObject |