eric7/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8790
548df4df8256
equal deleted inserted replaced
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 (

eric ide

mercurial