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.QtCore import QCoreApplication | 13 from PyQt6.QtCore import QCoreApplication |
14 | 14 |
15 from .Annotations.translations import ( | 15 from .Annotations.translations import ( |
16 _annotationsMessages, _annotationsMessagesSampleArgs | 16 _annotationsMessages, _annotationsMessagesSampleArgs |
17 ) | 17 ) |
18 from .Complexity.translations import ( | 18 from .Complexity.translations import ( |