Plugins/CheckerPlugins/CodeStyleChecker/translations.py

changeset 3656
441956d8fce5
parent 3616
081b69e00f3e
child 3674
817bff442043
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
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 from __future__ import unicode_literals 10 from __future__ import unicode_literals
11 11
12 from PyQt4.QtCore import QCoreApplication 12 from PyQt5.QtCore import QCoreApplication
13 13
14 __all__ = ["getTranslatedMessage"] 14 __all__ = ["getTranslatedMessage"]
15 15
16 _messages = { 16 _messages = {
17 "E101": QCoreApplication.translate( 17 "E101": QCoreApplication.translate(

eric ide

mercurial