9412:45e7bb09c120 | 9413:80c06d472826 |
---|---|
12 import os | 12 import os |
13 import contextlib | 13 import contextlib |
14 | 14 |
15 from PyQt6.QtCore import QTimer, QObject | 15 from PyQt6.QtCore import QTimer, QObject |
16 | 16 |
17 import Preferences | 17 from eric7 import Preferences, Utilities |
18 import Utilities | |
19 | 18 |
20 with contextlib.suppress(ImportError, AttributeError, OSError): | 19 with contextlib.suppress(ImportError, AttributeError, OSError): |
21 import enchant | 20 import enchant |
22 | 21 |
23 | 22 |