src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9221
bf71ee032bb4
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing message translations for the code style plugin messages. 7 Module implementing message translations for the code style plugin messages.
8 """ 8 """
9 9
10 import contextlib
10 import re 11 import re
11 import contextlib
12 12
13 from PyQt6.QtCore import QCoreApplication 13 from PyQt6.QtCore import QCoreApplication
14 14
15 from .Annotations.translations import ( 15 from .Annotations.translations import (
16 _annotationsMessages, 16 _annotationsMessages,

eric ide

mercurial