eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 7780
41420f82c0ac
parent 7747
4f0b034f4c34
child 7782
976d3b19ba7f
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
4 # 4 #
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
10 9
11 from PyQt5.QtCore import QCoreApplication 10 from PyQt5.QtCore import QCoreApplication
12 11
13 from .Security.translations import ( 12 from .Security.translations import (
14 _securityMessages, _securityMessagesSampleArgs 13 _securityMessages, _securityMessagesSampleArgs

eric ide

mercurial