--- a/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Sun Mar 30 22:00:14 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/translations.py Thu Apr 03 23:05:31 2014 +0200 @@ -7,6 +7,8 @@ Module implementing message translations for the code style plugin messages. """ +from __future__ import unicode_literals + from PyQt4.QtCore import QCoreApplication __all__ = ["getTranslatedMessage"]