3144:bb63e24383e4 | 3145:a9de05d4a22f |
---|---|
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 # __IGNORE_WARNING__ | 12 from __future__ import unicode_literals |
13 | 13 |
14 import os | 14 import os |
15 | 15 |
16 from PyQt4.QtCore import QTimer, QObject | 16 from PyQt4.QtCore import QTimer, QObject |
17 | 17 |