eric6/Plugins/CheckerPlugins/CodeStyleChecker/PathLib/translations.py

changeset 8187
7bfee4d12551
parent 8166
bd5cd5858503
equal deleted inserted replaced
8186:655b658aa7ee 8187:7bfee4d12551
4 # 4 #
5 5
6 6
7 """ 7 """
8 Module implementing message translations for the code style plugin messages 8 Module implementing message translations for the code style plugin messages
9 (miscellaneous part). 9 (pathlib part).
10 """ 10 """
11 11
12 from PyQt5.QtCore import QCoreApplication 12 from PyQt5.QtCore import QCoreApplication
13 13
14 _pathlibMessages = { 14 _pathlibMessages = {

eric ide

mercurial